Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,44 +1,29 @@
|
|
1 |
---
|
2 |
title: Hyderabad Weather Map
|
3 |
-
emoji: π¦οΈ
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
# π¦οΈ Hyderabad
|
13 |
|
14 |
-
Click anywhere on the map of Hyderabad and get real-time weather info.
|
15 |
|
16 |
β
Emoji-based weather
|
17 |
-
β
|
18 |
-
β
|
19 |
-
β
|
20 |
|
21 |
---
|
22 |
|
23 |
-
##
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
## π οΈ Setup Instructions
|
32 |
-
|
33 |
-
1. Sign up at [https://openweathermap.org](https://openweathermap.org)
|
34 |
-
2. Get your **free API key**
|
35 |
-
3. Open `weather_utils.py` and replace `YOUR_API_KEY` with your actual key
|
36 |
-
4. Upload everything to Hugging Face Spaces
|
37 |
-
|
38 |
-
---
|
39 |
-
|
40 |
-
## π» Tech Stack
|
41 |
-
|
42 |
-
- Gradio
|
43 |
-
- Python 3.9+
|
44 |
-
- OpenWeatherMap API
|
|
|
1 |
---
|
2 |
title: Hyderabad Weather Map
|
3 |
+
emoji: "π¦οΈ"
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: "4.26.0"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# π¦οΈ Hyderabad Weather Map
|
13 |
|
14 |
+
Click anywhere on the map of Hyderabad and get real-time weather info using OpenWeatherMap.
|
15 |
|
16 |
β
Emoji-based weather
|
17 |
+
β
Gradio `Map` component
|
18 |
+
β
Live forecast on click
|
19 |
+
β
Built for Hugging Face Spaces
|
20 |
|
21 |
---
|
22 |
|
23 |
+
## π Setup Instructions
|
24 |
|
25 |
+
1. Get a free API key from https://openweathermap.org
|
26 |
+
2. Replace `YOUR_API_KEY` in `weather_utils.py`
|
27 |
+
3. Upload the app to your Hugging Face Space
|
28 |
|
29 |
+
Tested and works as expected β
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|