tonyassi commited on
Commit
f607d8e
·
verified ·
1 Parent(s): 43b75a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -37,6 +37,8 @@ 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.set_page_config(layout='wide')
41
 
42
  # Display the Bokeh figure in Streamlit
 
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
 
44
  # Display the Bokeh figure in Streamlit