cakiki commited on
Commit
1330a50
1 Parent(s): 4ec30a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ basic_plot = tnt.BokehPlotPane(
27
  penguin_datamap,
28
  labels=penguins.species,
29
  hover_text=penguins.select_dtypes(include="object").apply(" ".join, axis=1),
30
- width=800, height=800
31
  )
32
 
33
  pn.Row(basic_plot).servable
 
27
  penguin_datamap,
28
  labels=penguins.species,
29
  hover_text=penguins.select_dtypes(include="object").apply(" ".join, axis=1),
30
+ width=800
31
  )
32
 
33
  pn.Row(basic_plot).servable