Spaces:
Sleeping
Sleeping
Commit
·
39a3c07
1
Parent(s):
3e7b3b8
Update pages/1_🔥_Heatmap.py
Browse files- pages/1_🔥_Heatmap.py +1 -1
pages/1_🔥_Heatmap.py
CHANGED
@@ -21,7 +21,7 @@ st.title("Heatmap")
|
|
21 |
|
22 |
with st.expander("See source code"):
|
23 |
with st.echo():
|
24 |
-
tweets = "https://raw.githubusercontent.com/yunusserhat/Github/main/data/
|
25 |
m = leafmap.Map(center=[51.50, -0.1], zoom=10, tiles="stamentoner")
|
26 |
m.add_heatmap(
|
27 |
tweets,
|
|
|
21 |
|
22 |
with st.expander("See source code"):
|
23 |
with st.echo():
|
24 |
+
tweets = "https://raw.githubusercontent.com/yunusserhat/Github/main/data/boroughs_count_df_2023.csv"
|
25 |
m = leafmap.Map(center=[51.50, -0.1], zoom=10, tiles="stamentoner")
|
26 |
m.add_heatmap(
|
27 |
tweets,
|