Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,4 +167,4 @@ with open('templates/index.html', 'w') as f:
|
|
167 |
f.write(html_template)
|
168 |
|
169 |
if __name__ == '__main__':
|
170 |
-
app.run(debug=True)
|
|
|
167 |
f.write(html_template)
|
168 |
|
169 |
if __name__ == '__main__':
|
170 |
+
app.run(host="0.0.0.0", port=7860, debug=True)
|