Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -454,12 +454,13 @@ continue_button.click(
|
|
454 |
num_calls_slider,
|
455 |
gr.Boolean(value=True, label="Is Interrupted"), # Set is_interrupted to True
|
456 |
gr.Textbox(label="Partial Response"),
|
457 |
-
|
|
|
458 |
css=css,
|
459 |
examples=[
|
460 |
["Tell me about the contents of the uploaded PDFs."],
|
461 |
["What are the main topics discussed in the documents?"],
|
462 |
-
["Can you summarize the key points from the PDFs?"]
|
463 |
],
|
464 |
cache_examples=False,
|
465 |
analytics_enabled=False,
|
|
|
454 |
num_calls_slider,
|
455 |
gr.Boolean(value=True, label="Is Interrupted"), # Set is_interrupted to True
|
456 |
gr.Textbox(label="Partial Response"),
|
457 |
+
],
|
458 |
+
outputs=continue_output, # Add outputs parameter
|
459 |
css=css,
|
460 |
examples=[
|
461 |
["Tell me about the contents of the uploaded PDFs."],
|
462 |
["What are the main topics discussed in the documents?"],
|
463 |
+
["Can you summarize the key points from the PDFs?"],
|
464 |
],
|
465 |
cache_examples=False,
|
466 |
analytics_enabled=False,
|