Update app.py
Browse files
app.py
CHANGED
|
@@ -648,4 +648,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="AI Coordination System") as ui:
|
|
| 648 |
)
|
| 649 |
|
| 650 |
if __name__ == "__main__":
|
| 651 |
-
ui.launch(share=True)
|
|
|
|
| 648 |
)
|
| 649 |
|
| 650 |
if __name__ == "__main__":
|
| 651 |
+
ui.launch(share=True, show_tips=False )
|