fschwartzer commited on
Commit
cd2cfeb
·
verified ·
1 Parent(s): e840204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,4 +149,4 @@ def streamlit_app():
149
  ''')
150
 
151
  if __name__ == '__main__':
152
- app.run(debug=False, use_reloader=False)
 
149
  ''')
150
 
151
  if __name__ == '__main__':
152
+ app.run(host='0.0.0.0', port=5000, debug=False, use_reloader=False)