Master-warrier commited on
Commit
e31b53b
·
1 Parent(s): af36381

Devstral integration with coding gen support and UI changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)