Update app.py
Browse files
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
|