Daniela-C commited on
Commit
1412a3f
Β·
verified Β·
1 Parent(s): ee1f411

Update bash

Browse files
Files changed (1) hide show
  1. bash +4 -11
bash CHANGED
@@ -1,13 +1,6 @@
1
- nyc-taxi-anomaly/
2
- β”‚
3
- β”œβ”€β”€ app.py # The Streamlit app
4
- β”œβ”€β”€ nyc_taxi_real_anomalies.csv # Preprocessed data
5
- β”œβ”€β”€ requirements.txt # Dependencies
6
- └── README.md # Optional project description
7
 
8
 
9
- β”œβ”€β”€ app.py # Main Streamlit script
10
- β”œβ”€β”€ requirements.txt # Includes `streamlit` and your other packages
11
- β”œβ”€β”€ data/ # Optional: smaller dataset folder
12
- β”œβ”€β”€ .gitignore
13
-
 
1
+ huggingface-cli repo create your-space-name --space-sdk docker
2
+ git add .
3
+ git commit -m "Fix CMD for Streamlit"
4
+ git push
 
 
5
 
6