pa3lo commited on
Commit
7ef45a2
1 Parent(s): 77349a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,5 +90,5 @@ def post_message():
90
 
91
 
92
  if __name__ == "__main__":
93
- app.run(host='0.0.0.0', port=7860)
94
 
 
90
 
91
 
92
  if __name__ == "__main__":
93
+ app.run(host='0.0.0.0', port=7860, debug=True)
94