File size: 530 Bytes
89239c0 6628478 bf06bdc 1ce226b bf06bdc 1ce226b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
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
|