harshdhane commited on
Commit
93aae57
·
verified ·
1 Parent(s): 58afbcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ def index():
31
  return render_template('index.html')
32
 
33
  if __name__ == '__main__':
34
- socketio.run(app, host='0.0.0.0', port=7860)
 
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)