pradeepodela commited on
Commit
2f4bfdb
·
1 Parent(s): 901cb2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,5 +15,6 @@ def validate():
15
  return render_template('index.html', email=send)
16
 
17
  if __name__ == '__main__':
18
- app.run(debug=True)
 
19
 
 
15
  return render_template('index.html', email=send)
16
 
17
  if __name__ == '__main__':
18
+ app.run(host="0.0.0.0", port=7860)
19
+
20