Update app.py
Browse files
app.py
CHANGED
@@ -63,5 +63,4 @@ def serve_index():
|
|
63 |
def serve_static(path):
|
64 |
return send_from_directory('static', path)
|
65 |
|
66 |
-
if
|
67 |
-
app.run(host='0.0.0.0', port=5000)
|
|
|
63 |
def serve_static(path):
|
64 |
return send_from_directory('static', path)
|
65 |
|
66 |
+
if _app.run(host="0.0.0.0", port=7860)
|
|