Update index.html
Browse files- index.html +15 -0
index.html
CHANGED
|
@@ -289,6 +289,20 @@ updateCountdown();
|
|
| 289 |
"support_host": "https://www.tradingview.com"
|
| 290 |
}
|
| 291 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
</div>
|
| 293 |
<!-- TradingView Widget END -->
|
| 294 |
</div>
|
|
@@ -458,6 +472,7 @@ updateCountdown();
|
|
| 458 |
<button class="tab-button" onclick="openTab('mke')">Events</button>
|
| 459 |
<button class="tab-button" onclick="openTab('exchange-rate')">Tỷ Giá</button>
|
| 460 |
<button class="tab-button" onclick="openTab('Hours')">Hours</button>
|
|
|
|
| 461 |
<button class="tab-button" onclick="openTab('Expected Move')">E-Move</button>
|
| 462 |
</div>
|
| 463 |
</div>
|
|
|
|
| 289 |
"support_host": "https://www.tradingview.com"
|
| 290 |
}
|
| 291 |
</script>
|
| 292 |
+
|
| 293 |
+
|
| 294 |
+
</div>
|
| 295 |
+
<div id="options">
|
| 296 |
+
import gradio as gr
|
| 297 |
+
|
| 298 |
+
with gr.Blocks() as app:
|
| 299 |
+
gr.Markdown("""
|
| 300 |
+
### OptionStrat Flow
|
| 301 |
+
[<span style="padding: 10px 20px; background-color: #0056b3; color: white; border-radius: 5px;">Truy cập Option Flow</span>](https://optionstrat.com/flow){:target="_blank"}
|
| 302 |
+
""")
|
| 303 |
+
|
| 304 |
+
</div>
|
| 305 |
+
|
| 306 |
</div>
|
| 307 |
<!-- TradingView Widget END -->
|
| 308 |
</div>
|
|
|
|
| 472 |
<button class="tab-button" onclick="openTab('mke')">Events</button>
|
| 473 |
<button class="tab-button" onclick="openTab('exchange-rate')">Tỷ Giá</button>
|
| 474 |
<button class="tab-button" onclick="openTab('Hours')">Hours</button>
|
| 475 |
+
<button class="tab-button" onclick="openTab('options')">Options</button>
|
| 476 |
<button class="tab-button" onclick="openTab('Expected Move')">E-Move</button>
|
| 477 |
</div>
|
| 478 |
</div>
|