Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -139,4 +139,4 @@ with gr.Blocks() as demo:
|
|
139 |
clear_button.click(clear_documents, outputs=[status_display, chat_history_display, related_question_display])
|
140 |
|
141 |
# Launch the app
|
142 |
-
demo.launch(share=True
|
|
|
139 |
clear_button.click(clear_documents, outputs=[status_display, chat_history_display, related_question_display])
|
140 |
|
141 |
# Launch the app
|
142 |
+
demo.launch(share=True)
|