bpHigh commited on
Commit
7bf2603
·
verified ·
1 Parent(s): e9b0c98

Update app.py

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