Saran03 commited on
Commit
2a2b830
·
verified ·
1 Parent(s): 4f635d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,inline=False)
 
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)