Commit
·
e31b53b
1
Parent(s):
af36381
Devstral integration with coding gen support and UI changes
Browse files
app.py
CHANGED
@@ -551,4 +551,4 @@ with gr.Blocks(css=custom_css, title="Data Science Requirements Gathering Agent"
|
|
551 |
)
|
552 |
|
553 |
if __name__ == "__main__":
|
554 |
-
app.launch(share=True, show_error=True)
|
|
|
551 |
)
|
552 |
|
553 |
if __name__ == "__main__":
|
554 |
+
app.launch(share=True, show_error=True, mcp_server=True)
|