nischaypar commited on
Commit
635e3eb
Β·
1 Parent(s): 0b10ccb

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(title="Linkup Web Search Tool") as demo:
45
  type="password",
46
  )
47
 
48
- search_btn = gr.Button("πŸ” Search", interactive=False)
49
  output = gr.Markdown("πŸ’¬ *Enter a query and click Search to begin.*", elem_id="output")
50
 
51
  # Loading spinner and search button connection
 
45
  type="password",
46
  )
47
 
48
+ search_btn = gr.Button("πŸ” Search", interactive=True)
49
  output = gr.Markdown("πŸ’¬ *Enter a query and click Search to begin.*", elem_id="output")
50
 
51
  # Loading spinner and search button connection