rahuln2002 commited on
Commit
a8e843b
·
verified ·
1 Parent(s): 5755a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ def home():
49
  return render_template("index.html", task=None, text=None, user_text=None)
50
 
51
  if __name__ == '__main__':
52
- app.run(debug=False, host='0.0.0.0', port=7860)
 
49
  return render_template("index.html", task=None, text=None, user_text=None)
50
 
51
  if __name__ == '__main__':
52
+ app.run(host='0.0.0.0', port=7860)