Spaces:
Sleeping
Sleeping
Commit
·
d0ab88d
1
Parent(s):
b653e2c
Update pages/3_😡_Hate_Tweets.py
Browse files- pages/3_😡_Hate_Tweets.py +2 -2
pages/3_😡_Hate_Tweets.py
CHANGED
@@ -40,8 +40,8 @@ st.markdown(
|
|
40 |
|
41 |
# add whitebox tools to the map
|
42 |
m = leafmap.Map(center=[51.50, -0.1], zoom=10)
|
43 |
-
tweets = 'https://raw.githubusercontent.com/yunusserhat/
|
44 |
-
borough = 'https://raw.githubusercontent.com/yunusserhat/
|
45 |
|
46 |
m.add_geojson(borough, layer_name='London Boroughs')
|
47 |
m.add_points_from_xy(
|
|
|
40 |
|
41 |
# add whitebox tools to the map
|
42 |
m = leafmap.Map(center=[51.50, -0.1], zoom=10)
|
43 |
+
tweets = 'https://raw.githubusercontent.com/yunusserhat/data/main/data/London2022DecHateTweetsLatLong.csv'
|
44 |
+
borough = 'https://raw.githubusercontent.com/yunusserhat/data/main/data/londonborough.geojson'
|
45 |
|
46 |
m.add_geojson(borough, layer_name='London Boroughs')
|
47 |
m.add_points_from_xy(
|