tonyassi commited on
Commit
9c758e0
·
verified ·
1 Parent(s): f607d8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ color_bar = ColorBar(color_mapper=color_mapper['transform'], width=8, location=(
37
  ticker=BasicTicker(desired_num_ticks=10))
38
  p.add_layout(color_bar, 'right') # Position the color bar to the right
39
 
40
- st.html('<br><br><br><br>')
41
 
42
  st.set_page_config(layout='wide')
43
 
 
37
  ticker=BasicTicker(desired_num_ticks=10))
38
  p.add_layout(color_bar, 'right') # Position the color bar to the right
39
 
40
+ #st.html('<br><br><br><br>')
41
 
42
  st.set_page_config(layout='wide')
43