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

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=True, 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(debug=False, host='0.0.0.0', port=7860)