Update app.py
Browse files
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"]])
|