broadfield-dev commited on
Commit
ee32392
·
verified ·
1 Parent(s): 4e6ab50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ def home():
12
 
13
  # Run the Flask app on port 7860
14
  if __name__ == '__main__':
15
- app.run(port=7860)
 
12
 
13
  # Run the Flask app on port 7860
14
  if __name__ == '__main__':
15
+ app.run(host='0.0.0.0', port=7860)