Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,12 @@ with gr.Blocks(title="SonicOrbit", css="""
|
|
106 |
© 2025 SonicOrbit. All rights reserved.
|
107 |
<br>
|
108 |
Created with ❤️ by <a href="https://bilsimaging.com" target="_blank" style="color: #88aaff;">bilsimaging.com</a>
|
109 |
-
|
|
|
|
|
|
|
|
|
|
|
110 |
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2FSonicOrbit&countColor=%23263759" alt="visitor badge" /></a>
|
111 |
</div>
|
112 |
""")
|
|
|
106 |
© 2025 SonicOrbit. All rights reserved.
|
107 |
<br>
|
108 |
Created with ❤️ by <a href="https://bilsimaging.com" target="_blank" style="color: #88aaff;">bilsimaging.com</a>
|
109 |
+
</div>
|
110 |
+
""")
|
111 |
+
|
112 |
+
gr.HTML("""
|
113 |
+
<div style="text-align: center; margin-top: 1rem;">
|
114 |
+
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2FSonicOrbit" target="_blank">
|
115 |
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2FSonicOrbit&countColor=%23263759" alt="visitor badge" /></a>
|
116 |
</div>
|
117 |
""")
|