dschandra commited on
Commit
e67714a
·
verified ·
1 Parent(s): 7fd1105

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -196,8 +196,5 @@ def analyze_data():
196
  'wicket': wicket_status
197
  })
198
 
199
- if __name__ == '__main__':
200
- app.run(debug=True, port=5001)
201
-
202
  if __name__ == '__main__':
203
  app.run(host='0.0.0.0', port=7860, debug=True)
 
196
  'wicket': wicket_status
197
  })
198
 
 
 
 
199
  if __name__ == '__main__':
200
  app.run(host='0.0.0.0', port=7860, debug=True)