Update app.py
Browse files
app.py
CHANGED
@@ -574,4 +574,4 @@ with gr.Blocks(css=custom_css, title="Data Science Requirements Gathering Agent"
|
|
574 |
)
|
575 |
|
576 |
if __name__ == "__main__":
|
577 |
-
app.launch(share=True, show_error=True
|
|
|
574 |
)
|
575 |
|
576 |
if __name__ == "__main__":
|
577 |
+
app.launch(share=True, show_error=True)
|