Prabh139 commited on
Commit
550fffa
·
verified ·
1 Parent(s): 6d3ca54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -359,5 +359,6 @@ def download_pdf():
359
  download_name=f'crime_report_{state}_{year}.pdf',
360
  as_attachment=True)
361
 
362
- if __name__ == '__main__':
363
- app.run(debug=True, port=5000)
 
 
359
  download_name=f'crime_report_{state}_{year}.pdf',
360
  as_attachment=True)
361
 
362
+
363
+ if __name__ == "__main__":
364
+ app.run(host="0.0.0.0", port=7860)