nick5363 commited on
Commit
0305c6d
·
verified ·
1 Parent(s): b4621d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ body {
13
  justify-content: center;
14
  align-items: center;
15
  flex-direction: column;
16
- height: 100vh;
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>