AmandaPanda commited on
Commit
22d5c05
·
verified ·
1 Parent(s): 00b223f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,12 +1,12 @@
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,
 
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,