mg98 commited on
Commit
4eae25c
·
verified ·
1 Parent(s): 710cb3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ interface = gr.Interface(fn=process_query,
20
  inputs=gr.Textbox(label="Query"),
21
  outputs="html",
22
  title="Search Interface",
 
23
  description="Search for movie trailers, music torrents, and bitcoin wallet addresses.",
24
  article="This interface searches a toy dataset and returns a YouTube URL, magnet link, or Bitcoin wallet address.",
25
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]])
 
20
  inputs=gr.Textbox(label="Query"),
21
  outputs="html",
22
  title="Search Interface",
23
+ submit_btn="Find",
24
  description="Search for movie trailers, music torrents, and bitcoin wallet addresses.",
25
  article="This interface searches a toy dataset and returns a YouTube URL, magnet link, or Bitcoin wallet address.",
26
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]])