broadfield-dev commited on
Commit
37dada0
·
verified ·
1 Parent(s): 5449394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ def index():
95
  """)
96
 
97
  if __name__ == "__main__":
98
- app.run(debug=True)
 
95
  """)
96
 
97
  if __name__ == "__main__":
98
+ app.run(debug=True, host="0.0.0.0", port=7860)