bpHigh commited on
Commit
50c423b
·
verified ·
1 Parent(s): 634f701

Update app.py

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