xiaolv commited on
Commit
2eef839
1 Parent(s): c391acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ if __name__ == "__main__":
126
  """)
127
 
128
  # launches the app in a new local port
129
- dialog_app.launch(show_error=True,share=True,show_api=True)
130
  # 为网站设置密码防止滥用
131
  # dialog_app.launch(auth=("admin", "pass1234"))
132
 
 
126
  """)
127
 
128
  # launches the app in a new local port
129
+ dialog_app.launch(show_error=True)
130
  # 为网站设置密码防止滥用
131
  # dialog_app.launch(auth=("admin", "pass1234"))
132