Update app.py
Browse files
app.py
CHANGED
@@ -619,4 +619,5 @@ with gr.Blocks(css=custom_css, title="Data Science Requirements Gathering Agent"
|
|
619 |
)
|
620 |
|
621 |
if __name__ == "__main__":
|
|
|
622 |
app.launch(show_api=True, ssr_mode=False, show_error=True, mcp_server=False)
|
|
|
619 |
)
|
620 |
|
621 |
if __name__ == "__main__":
|
622 |
+
app.queue()
|
623 |
app.launch(show_api=True, ssr_mode=False, show_error=True, mcp_server=False)
|