annanurov commited on
Commit
7fd2545
·
verified ·
1 Parent(s): f91e3c1

Updated ReadMeMd

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -52,7 +52,9 @@ Push these four files to a new Hugging Face Space (SDK = Docker):
52
 
53
  ```
54
  weather-app/
55
- ├── app.py
 
 
56
  ├── Dockerfile
57
  ├── requirements.txt
58
  └── README.md
@@ -67,8 +69,7 @@ docker run -p 7860:7860 -e HF_TOKEN=hf_... weather-app
67
 
68
  # Or bare Python
69
  pip install -r requirements.txt
70
- HF_TOKEN=hf_... streamlit run app.py
71
- ```
72
 
73
  Then open http://localhost:7860
74
 
 
52
 
53
  ```
54
  weather-app/
55
+ ├── src
56
+ ├──src
57
+ └──streamlit_app.py
58
  ├── Dockerfile
59
  ├── requirements.txt
60
  └── README.md
 
69
 
70
  # Or bare Python
71
  pip install -r requirements.txt
72
+ HF_TOKEN=hf_...
 
73
 
74
  Then open http://localhost:7860
75