Spaces:
openfree
/
Running on CPU Upgrade

openfree commited on
Commit
0628838
·
verified ·
1 Parent(s): 501fd62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -913,6 +913,11 @@ footer {
913
  with gr.Blocks(css=css, title="NewsAI Service") as iface:
914
  # Initialize the database first (keeping the call to init_db(), unchanged)
915
  init_db()
 
 
 
 
 
916
 
917
  with gr.Tabs():
918
  with gr.Tab("MoneyRadar"):
 
913
  with gr.Blocks(css=css, title="NewsAI Service") as iface:
914
  # Initialize the database first (keeping the call to init_db(), unchanged)
915
  init_db()
916
+
917
+ gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fopenfree-MoneyRadar.hf.space">
918
+ <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fopenfree-MoneyRadar.hf.space&countColor=%23263759" />
919
+ </a>""")
920
+
921
 
922
  with gr.Tabs():
923
  with gr.Tab("MoneyRadar"):