Spaces:
Runtime error
Runtime error
File size: 893 Bytes
385f104 ab46d94 385f104 ab46d94 385f104 253c3db 00bc3c4 253c3db 385f104 253c3db 385f104 ab46d94 |
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 33 34 35 36 37 38 39 40 41 42 43 44 |
---
title: Hyderabad Weather Map
emoji: π¦οΈ
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 5.36.2
app_file: app.py
pinned: false
---
# π¦οΈ Hyderabad Interactive Weather Map
Click anywhere on the map of Hyderabad and get real-time weather info.
β
Emoji-based weather
β
Live data from OpenWeatherMap
β
Built with Gradio
β
Ready to deploy on Hugging Face Spaces
---
## π§ How it works
- Click on any point on the map
- App uses OpenWeatherMap API to fetch weather
- Displays temperature, condition, and emoji (βοΈπ§οΈβοΈ)
---
## π οΈ Setup Instructions
1. Sign up at [https://openweathermap.org](https://openweathermap.org)
2. Get your **free API key**
3. Open `weather_utils.py` and replace `YOUR_API_KEY` with your actual key
4. Upload everything to Hugging Face Spaces
---
## π» Tech Stack
- Gradio
- Python 3.9+
- OpenWeatherMap API |