Update app.py
Browse files
app.py
CHANGED
@@ -147,4 +147,4 @@ with gr.Blocks() as demo:
|
|
147 |
# Handle user input and clear the textbox
|
148 |
submit_btn.click(handle_input, inputs=[user_input, state], outputs=[chat, state]).then(lambda: "", None, user_input)
|
149 |
|
150 |
-
demo.launch()
|
|
|
147 |
# Handle user input and clear the textbox
|
148 |
submit_btn.click(handle_input, inputs=[user_input, state], outputs=[chat, state]).then(lambda: "", None, user_input)
|
149 |
|
150 |
+
demo.launch(share=True)
|