Commit ·
4e10e1e
1
Parent(s): 92c55b6
update app
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ with gr.Blocks() as demo:
|
|
| 21 |
api_key_input = gr.Textbox(label="Linkup API Key", type="password")
|
| 22 |
|
| 23 |
output = gr.Markdown()
|
| 24 |
-
btn = gr.Button("Search", interactive=
|
| 25 |
|
| 26 |
btn.click(
|
| 27 |
fn=run_search,
|
|
|
|
| 21 |
api_key_input = gr.Textbox(label="Linkup API Key", type="password")
|
| 22 |
|
| 23 |
output = gr.Markdown()
|
| 24 |
+
btn = gr.Button("Search", interactive=True)
|
| 25 |
|
| 26 |
btn.click(
|
| 27 |
fn=run_search,
|