Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,4 +31,4 @@ def index():
|
|
| 31 |
return render_template('index.html')
|
| 32 |
|
| 33 |
if __name__ == '__main__':
|
| 34 |
-
|
|
|
|
| 31 |
return render_template('index.html')
|
| 32 |
|
| 33 |
if __name__ == '__main__':
|
| 34 |
+
socketio.run(app, host='0.0.0.0', port=7860, allow_unsafe_werkzeug=True)
|