Spaces:
Sleeping
Sleeping
Commit ·
4c2d124
1
Parent(s): f0651e8
修改端口
Browse files
app.py
CHANGED
|
@@ -152,4 +152,4 @@ if __name__ == '__main__':
|
|
| 152 |
# 确保 problems 目录存在
|
| 153 |
if not os.path.exists(PROBLEMS_DIR):
|
| 154 |
os.makedirs(PROBLEMS_DIR)
|
| 155 |
-
app.run(host='0.0.0.0', port=
|
|
|
|
| 152 |
# 确保 problems 目录存在
|
| 153 |
if not os.path.exists(PROBLEMS_DIR):
|
| 154 |
os.makedirs(PROBLEMS_DIR)
|
| 155 |
+
app.run(host='0.0.0.0', port=7860, debug=True)
|