Spaces:
Runtime error
Runtime error
metadata
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
- Sign up at https://openweathermap.org
- Get your free API key
- Open
weather_utils.py
and replaceYOUR_API_KEY
with your actual key - Upload everything to Hugging Face Spaces
π» Tech Stack
- Gradio
- Python 3.9+
- OpenWeatherMap API