nischaypar commited on
Commit
4e10e1e
·
1 Parent(s): 92c55b6

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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,