yunusserhat commited on
Commit
4c88062
·
verified ·
1 Parent(s): bc5bbfc

Update pages/3_😡_Hate_Tweets.py

Browse files
Files changed (1) hide show
  1. 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="BlueDarkRed12_12",
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="BlueDarkRed12_12",
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
  )