Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ def serve_index():
|
|
40 |
return app.send_static_file('index.html')
|
41 |
|
42 |
if __name__ == '__main__':
|
43 |
-
app.run(host=
|
|
|
40 |
return app.send_static_file('index.html')
|
41 |
|
42 |
if __name__ == '__main__':
|
43 |
+
app.run(host="0.0.0.0", port=7860)
|