wilmerags commited on
Commit
ba2c2ae
·
1 Parent(s): 8e41537

feat: Add colorblind friendly palette for topics

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import tweepy
7
  import hdbscan
8
 
9
  from bokeh.models import ColumnDataSource, HoverTool, Label
10
- from bokeh.palettes import Cividis256 as Pallete
11
  from bokeh.plotting import Figure, figure
12
  from bokeh.transform import factor_cmap
13
 
 
7
  import hdbscan
8
 
9
  from bokeh.models import ColumnDataSource, HoverTool, Label
10
+ from bokeh.palettes import Colorblind as Pallete
11
  from bokeh.plotting import Figure, figure
12
  from bokeh.transform import factor_cmap
13