Spaces:
Runtime error
Runtime error
Added visitor badge :)
Browse files
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("")
|
| 193 |
+
|
| 194 |
app.launch()
|