openfree commited on
Commit
0c8ee71
·
verified ·
1 Parent(s): 2cc56aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -388,13 +388,12 @@ def main():
388
  symbols = fetch_okx_symbols()
389
 
390
  with gr.Blocks(theme=gr.themes.Base()) as demo:
391
-
392
  with gr.Row():
393
  gr.Markdown("# CryptoVision")
394
 
395
- gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fopenfree-CryptoVision.hf.space">
396
- <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fopenfree-CryptoVision.hf.space&countColor=%23263759" />
397
- </a>""")
398
 
399
  with gr.Row():
400
  with gr.Column(scale=1):
@@ -429,6 +428,8 @@ def main():
429
  step=100
430
  )
431
 
 
 
432
  with gr.Row():
433
  with gr.Column():
434
  with gr.Group():
 
388
  symbols = fetch_okx_symbols()
389
 
390
  with gr.Blocks(theme=gr.themes.Base()) as demo:
 
391
  with gr.Row():
392
  gr.Markdown("# CryptoVision")
393
 
394
+ gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fopenfree-CryptoVision.hf.space">
395
+ <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fopenfree-CryptoVision.hf.space&countColor=%23263759" />
396
+ </a>""")
397
 
398
  with gr.Row():
399
  with gr.Column(scale=1):
 
428
  step=100
429
  )
430
 
431
+
432
+
433
  with gr.Row():
434
  with gr.Column():
435
  with gr.Group():