DevNumb commited on
Commit
e44bf5b
·
verified ·
1 Parent(s): a0f1b3b

Update app.py

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