Spaces:
Running
Running
asigalov61
commited on
Commit
•
1982e95
1
Parent(s):
512971c
Update app.py
Browse files
app.py
CHANGED
@@ -245,11 +245,12 @@ if __name__ == "__main__":
|
|
245 |
|
246 |
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Search&style=flat)\n\n")
|
247 |
|
248 |
-
gr.Markdown("Enter any desired title, artist or both\n\n")
|
249 |
|
250 |
title = gr.Textbox(label="Song Title", value="Family Guy")
|
251 |
artist = gr.Textbox(label="Song Artist", value="TV Themes")
|
252 |
submit = gr.Button()
|
|
|
253 |
|
254 |
gr.Markdown("# Search results")
|
255 |
|
|
|
245 |
|
246 |
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Search&style=flat)\n\n")
|
247 |
|
248 |
+
gr.Markdown("# Enter any desired title, artist or both\n\n")
|
249 |
|
250 |
title = gr.Textbox(label="Song Title", value="Family Guy")
|
251 |
artist = gr.Textbox(label="Song Artist", value="TV Themes")
|
252 |
submit = gr.Button()
|
253 |
+
gr.ClearButton(components=[title, artist])
|
254 |
|
255 |
gr.Markdown("# Search results")
|
256 |
|