alexff371 commited on
Commit
0576588
·
verified ·
1 Parent(s): ad0c6da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ def catch_all(path):
11
  print(request.get_data(as_text=True))
12
  return "OK", 200
13
 
14
- if__name__== '__main__':
15
  app.run(host='0.0.0.0', port=7860)
 
11
  print(request.get_data(as_text=True))
12
  return "OK", 200
13
 
14
+ if __name__== '__main__':
15
  app.run(host='0.0.0.0', port=7860)