Spaces:
Sleeping
Sleeping
Update pages/3_😡_Hate_Tweets.py
Browse files- pages/3_😡_Hate_Tweets.py +2 -2
pages/3_😡_Hate_Tweets.py
CHANGED
@@ -55,7 +55,7 @@ if map_option == 'Model 1':
|
|
55 |
x="Longitude",
|
56 |
y="Latitude",
|
57 |
color_column='Hate Prediction',
|
58 |
-
palette="
|
59 |
spin=True,
|
60 |
add_legend=True
|
61 |
)
|
@@ -66,7 +66,7 @@ else:
|
|
66 |
x="Longitude",
|
67 |
y="Latitude",
|
68 |
color_column='Hate Prediction',
|
69 |
-
palette="
|
70 |
spin=True,
|
71 |
add_legend=True
|
72 |
)
|
|
|
55 |
x="Longitude",
|
56 |
y="Latitude",
|
57 |
color_column='Hate Prediction',
|
58 |
+
palette="BlueDarkRed18_18",
|
59 |
spin=True,
|
60 |
add_legend=True
|
61 |
)
|
|
|
66 |
x="Longitude",
|
67 |
y="Latitude",
|
68 |
color_column='Hate Prediction',
|
69 |
+
palette="BlueDarkRed18_18",
|
70 |
spin=True,
|
71 |
add_legend=True
|
72 |
)
|