Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|