Update app.py
Browse files
app.py
CHANGED
@@ -92,4 +92,4 @@ with gr.Blocks() as demo:
|
|
92 |
submit_button.click(ask_question, inputs=query_input, outputs=response_output)
|
93 |
|
94 |
# π Fixed launch (removed invalid 'theme' argument)
|
95 |
-
demo.launch(share=True
|
|
|
92 |
submit_button.click(ask_question, inputs=query_input, outputs=response_output)
|
93 |
|
94 |
# π Fixed launch (removed invalid 'theme' argument)
|
95 |
+
demo.launch(share=True)
|