Updated ReadMeMd
Browse files
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 |
-
βββ
|
|
|
|
|
|
|
| 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_...
|
| 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 |
|