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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -37,10 +37,12 @@ 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
 
 
 
44
  # Display the Bokeh figure in Streamlit
45
  st.bokeh_chart(p,use_container_width=True)
46
 
 
37
  ticker=BasicTicker(desired_num_ticks=10))
38
  p.add_layout(color_bar, 'right') # Position the color bar to the right
39
 
40
+
41
 
42
  st.set_page_config(layout='wide')
43
 
44
+ st.html('<br><br><br><br>')
45
+
46
  # Display the Bokeh figure in Streamlit
47
  st.bokeh_chart(p,use_container_width=True)
48