Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
b9f1929
1
Parent(s):
baa4943
update
Browse files
pages/5_📍_Marker_Cluster.py
CHANGED
@@ -30,11 +30,12 @@ with st.expander("See source code"):
|
|
30 |
m.add_points_from_xy(
|
31 |
tweets,
|
32 |
x="longitude",
|
33 |
-
y="latitude"
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
38 |
)
|
39 |
m
|
40 |
m.to_streamlit(height=700)
|
|
|
30 |
m.add_points_from_xy(
|
31 |
tweets,
|
32 |
x="longitude",
|
33 |
+
y="latitude"
|
34 |
+
# ,
|
35 |
+
# color_column='hate_pred',
|
36 |
+
# icon_names=['gear', 'map', 'leaf', 'globe'],
|
37 |
+
# spin=True,
|
38 |
+
# add_legend=True,
|
39 |
)
|
40 |
m
|
41 |
m.to_streamlit(height=700)
|