tonyassi commited on
Commit
4b01e76
·
verified ·
1 Parent(s): 32b93c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -3,7 +3,6 @@ from bokeh.plotting import figure
3
  from bokeh.models import ColumnDataSource, HoverTool
4
 
5
  from datasets import load_dataset
6
- from bokeh.plotting import figure, show, output_notebook
7
  from bokeh.models import ColumnDataSource, LinearColorMapper, ColorBar
8
  from bokeh.transform import linear_cmap
9
  from bokeh.palettes import Viridis256 # You can choose any palette you like and reverse it using [::-1]
 
3
  from bokeh.models import ColumnDataSource, HoverTool
4
 
5
  from datasets import load_dataset
 
6
  from bokeh.models import ColumnDataSource, LinearColorMapper, ColorBar
7
  from bokeh.transform import linear_cmap
8
  from bokeh.palettes import Viridis256 # You can choose any palette you like and reverse it using [::-1]