Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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"):
|