Athspi commited on
Commit
e81567c
·
verified ·
1 Parent(s): 6a59f88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,5 +63,5 @@ def serve_index():
63
  def serve_static(path):
64
  return send_from_directory('static', path)
65
 
66
- if __name__ == '__main__':
67
- app.run(host="0.0.0.0", port=7860)
 
63
  def serve_static(path):
64
  return send_from_directory('static', path)
65
 
66
+ if __name__ == '__main__':
67
+ app.run(host="0.0.0.0", port=7860)