Athspi commited on
Commit
f5c7eed
·
verified ·
1 Parent(s): 60fc9ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ def serve_index():
40
  return app.send_static_file('index.html')
41
 
42
  if __name__ == '__main__':
43
- app.run(host='0.0.0.0', port=5000)
 
40
  return app.send_static_file('index.html')
41
 
42
  if __name__ == '__main__':
43
+ app.run(host="0.0.0.0", port=7860)