| title: My Weather App | |
| emoji: "🌦️" | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: streamlit | |
| sdk_version: "1.25.0" | |
| app_file: app.py | |
| pinned: false | |
| **Weather App Streamlit** | |
| Description: | |
| Web app that allows user to see temperature, humidity, and weather description selected city | |
| Requirments: | |
| pip install requests | |
| pip install os | |
| pip install dotenv | |
| pip install streamlit | |
| Python version = 3.10.0 | |
| How to use: | |
| git clone https://github.com/averyestopinal/Week5Challenge2.git | |
| cd Week5Challenge2 | |
| streamlit run app.py | |
| type in city | |