Update app.py
Browse files
app.py
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
# Explore 2019-2020 NHTSA Traffic Fatality data
|
| 2 |
# A. Harper / DATA 495 / February 2026
|
| 3 |
|
| 4 |
-
#
|
| 5 |
# Load into Hugging Face Space (using the Gradio Framework)
|
| 6 |
# Include requirements.txt file (list: torch==2.1.2, transformers==4.37.2, gradio==4.19.2, pandas)
|
| 7 |
# Also open the README file and add a new line: python_version: 3.11
|
| 8 |
# App does not run properly on default Python version.
|
| 9 |
-
#
|
| 10 |
|
| 11 |
# To run, navigate to the App tab.
|
| 12 |
# The app will prompt the user to upload a csv file,
|
|
|
|
| 1 |
# Explore 2019-2020 NHTSA Traffic Fatality data
|
| 2 |
# A. Harper / DATA 495 / February 2026
|
| 3 |
|
| 4 |
+
# VERY IMPORTANT
|
| 5 |
# Load into Hugging Face Space (using the Gradio Framework)
|
| 6 |
# Include requirements.txt file (list: torch==2.1.2, transformers==4.37.2, gradio==4.19.2, pandas)
|
| 7 |
# Also open the README file and add a new line: python_version: 3.11
|
| 8 |
# App does not run properly on default Python version.
|
| 9 |
+
# END
|
| 10 |
|
| 11 |
# To run, navigate to the App tab.
|
| 12 |
# The app will prompt the user to upload a csv file,
|