carpeadiam commited on
Commit
e464787
·
verified ·
1 Parent(s): f346427

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ def get_sentimental_analysis():
38
 
39
 
40
  if __name__ == '__main__':
41
- app.run(debug=True)
 
38
 
39
 
40
  if __name__ == '__main__':
41
+ app.run(host="0.0.0.0", port=7860, debug=False) # Disable debug for production