Spaces:
Running
Running
Update app.py
Browse files
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:
|