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

fix: Rollback palette to different set :/

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 Colorblind 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 Category10 as Pallete
11
  from bokeh.plotting import Figure, figure
12
  from bokeh.transform import factor_cmap
13