Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,9 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 130 |
<div class="subtitle-text">Discover masterpieces from one of the world's premier art collections through an elegant and intuitive interface.</div>
|
| 131 |
"""
|
| 132 |
)
|
| 133 |
-
|
|
|
|
|
|
|
| 134 |
with gr.Row():
|
| 135 |
with gr.Column(scale=4):
|
| 136 |
search_input = gr.Textbox(
|
|
|
|
| 130 |
<div class="subtitle-text">Discover masterpieces from one of the world's premier art collections through an elegant and intuitive interface.</div>
|
| 131 |
"""
|
| 132 |
)
|
| 133 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fimmunobiotech-ChicagoGallery.hf.space">
|
| 134 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fimmunobiotech-ChicagoGallery.hf.space&countColor=%23263759" />
|
| 135 |
+
</a>""")
|
| 136 |
with gr.Row():
|
| 137 |
with gr.Column(scale=4):
|
| 138 |
search_input = gr.Textbox(
|