Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 363 |
-
|
|
|
|
|
|
| 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)
|