Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ body {
|
|
| 13 |
justify-content: center;
|
| 14 |
align-items: center;
|
| 15 |
flex-direction: column;
|
| 16 |
-
height:
|
| 17 |
text-align: center;
|
| 18 |
}
|
| 19 |
|
|
@@ -33,7 +33,7 @@ with gr.Blocks(css=custom_css) as app:
|
|
| 33 |
gr.HTML("""
|
| 34 |
<div class="center-container">
|
| 35 |
<h2>OptionStrat Flow</h2>
|
| 36 |
-
<a class="button-link" href="https://optionstrat.com/flow" target="_blank">
|
| 37 |
Truy cập Option Flow
|
| 38 |
</a>
|
| 39 |
</div>
|
|
|
|
| 13 |
justify-content: center;
|
| 14 |
align-items: center;
|
| 15 |
flex-direction: column;
|
| 16 |
+
min-height: 95vh;
|
| 17 |
text-align: center;
|
| 18 |
}
|
| 19 |
|
|
|
|
| 33 |
gr.HTML("""
|
| 34 |
<div class="center-container">
|
| 35 |
<h2>OptionStrat Flow</h2>
|
| 36 |
+
<a class="button-link" href="https://optionstrat.com/flow" target="_blank" rel="noopener noreferrer">
|
| 37 |
Truy cập Option Flow
|
| 38 |
</a>
|
| 39 |
</div>
|