Shreyas094 commited on
Commit
ff7a098
·
verified ·
1 Parent(s): bb5e4b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -479,8 +479,6 @@ def display_documents():
479
  # Define the checkbox outside the demo block
480
  document_selector = gr.CheckboxGroup(label="Select documents to query")
481
 
482
- use_web_search = gr.Checkbox(label="Use Web Search", value=True)
483
-
484
  demo = gr.Blocks()
485
 
486
  with demo:
 
479
  # Define the checkbox outside the demo block
480
  document_selector = gr.CheckboxGroup(label="Select documents to query")
481
 
 
 
482
  demo = gr.Blocks()
483
 
484
  with demo: