bpHigh commited on
Commit
e487911
·
verified ·
1 Parent(s): 9cce1ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -579,4 +579,4 @@ with gr.Blocks(css=custom_css, title="Data Science Requirements Gathering Agent"
579
  )
580
 
581
  if __name__ == "__main__":
582
- app.launch(show_api=True, show_error=True)
 
579
  )
580
 
581
  if __name__ == "__main__":
582
+ app.launch(show_api=True, ssr_mode=False, show_error=True)