Spaces:
Runtime error
Runtime error
Added visitor badge :) (#1)
Browse files- Added visitor badge :) (81b880ba35be2c5215dccddd792b76263da56e17)
Co-authored-by: Amar Saini <Epoching@users.noreply.huggingface.co>
app.py
CHANGED
@@ -188,4 +188,7 @@ with app:
|
|
188 |
artist.change(artist_songs, artist, outputs=song)
|
189 |
but.click(recommend, inputs=[artist, song,slider], outputs=[t, p])
|
190 |
|
|
|
|
|
|
|
191 |
app.launch()
|
|
|
188 |
artist.change(artist_songs, artist, outputs=song)
|
189 |
but.click(recommend, inputs=[artist, song,slider], outputs=[t, p])
|
190 |
|
191 |
+
with gr.Row():
|
192 |
+
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=gradio-blocks_hip_hop_gradio)")
|
193 |
+
|
194 |
app.launch()
|