dschandra commited on
Commit
c99d51b
·
verified ·
1 Parent(s): 0f8d7de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ def analyze():
73
  })
74
 
75
  if __name__ == '__main__':
76
- app.run(debug=True, port=3333)
 
73
  })
74
 
75
  if __name__ == '__main__':
76
+ app.run(debug=True, host='0.0.0.0')