Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -129,10 +129,14 @@ with gr.Blocks(title="SonicOrbit", css="""
|
|
129 |
© 2025 SonicOrbit. All rights reserved.
|
130 |
<br>
|
131 |
Created with ❤️ by <a href="https://bilsimaging.com" target="_blank" style="color: #88aaff;">bilsimaging.com</a>
|
132 |
-
|
|
|
|
|
|
|
|
|
133 |
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2FSonicOrbit&countColor=%23263759" alt="visitor badge" /></a>
|
134 |
</div>
|
135 |
""")
|
136 |
-
|
137 |
if __name__ == "__main__":
|
138 |
demo.launch()
|
|
|
129 |
© 2025 SonicOrbit. All rights reserved.
|
130 |
<br>
|
131 |
Created with ❤️ by <a href="https://bilsimaging.com" target="_blank" style="color: #88aaff;">bilsimaging.com</a>
|
132 |
+
</div>
|
133 |
+
""")
|
134 |
+
gr.HTML("""
|
135 |
+
<div style="text-align: center; margin-top: 1rem;">
|
136 |
+
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2FSonicOrbit" target="_blank">
|
137 |
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2FSonicOrbit&countColor=%23263759" alt="visitor badge" /></a>
|
138 |
</div>
|
139 |
""")
|
140 |
+
|
141 |
if __name__ == "__main__":
|
142 |
demo.launch()
|