asigalov61 commited on
Commit
bd479f9
1 Parent(s): 1982e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ if __name__ == "__main__":
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")
 
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(value='Search')
253
  gr.ClearButton(components=[title, artist])
254
 
255
  gr.Markdown("# Search results")