Update app.py
Browse files
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)
|