HYeungLee commited on
Commit
adfe783
·
verified ·
1 Parent(s): 72e9674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ def index():
9
 
10
 
11
  if __name__ == "__main__":
12
- app.run()
 
9
 
10
 
11
  if __name__ == "__main__":
12
+ app.run(debug=False, port=7860, host="0.0.0.0")