Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,9 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 141 |
<div class="subtitle-text">Explore over 5,000 years of art from The Metropolitan Museum of Art's collection</div>
|
| 142 |
"""
|
| 143 |
)
|
| 144 |
-
|
|
|
|
|
|
|
| 145 |
with gr.Row():
|
| 146 |
with gr.Column(scale=3):
|
| 147 |
search_input = gr.Textbox(
|
|
|
|
| 141 |
<div class="subtitle-text">Explore over 5,000 years of art from The Metropolitan Museum of Art's collection</div>
|
| 142 |
"""
|
| 143 |
)
|
| 144 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fimmunobiotech-MetropolitanMuseum.hf.space">
|
| 145 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fimmunobiotech-MetropolitanMuseum.hf.space&countColor=%23263759" />
|
| 146 |
+
</a>""")
|
| 147 |
with gr.Row():
|
| 148 |
with gr.Column(scale=3):
|
| 149 |
search_input = gr.Textbox(
|