Update app.py
Browse files
app.py
CHANGED
@@ -591,4 +591,4 @@ with gr.Blocks(css=custom_css, title="Data Science Requirements Gathering Agent"
|
|
591 |
)
|
592 |
|
593 |
if __name__ == "__main__":
|
594 |
-
app.launch(show_api=True, ssr_mode=False, show_error=True)
|
|
|
591 |
)
|
592 |
|
593 |
if __name__ == "__main__":
|
594 |
+
app.launch(show_api=True, ssr_mode=False, show_error=True, mcp_server=False)
|