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