Update app.py
Browse files
app.py
CHANGED
@@ -41,11 +41,7 @@ color_bar = ColorBar(color_mapper=color_mapper['transform'], width=8, location=(
|
|
41 |
p.add_layout(color_bar, 'right') # Position the color bar to the right
|
42 |
|
43 |
st.markdown("""
|
44 |
-
|
45 |
-
|
46 |
-
hi
|
47 |
-
|
48 |
-
tony
|
49 |
""")
|
50 |
|
51 |
# Display the Bokeh figure in Streamlit
|
|
|
41 |
p.add_layout(color_bar, 'right') # Position the color bar to the right
|
42 |
|
43 |
st.markdown("""
|
44 |
+
<br><br><br><br><br><br>
|
|
|
|
|
|
|
|
|
45 |
""")
|
46 |
|
47 |
# Display the Bokeh figure in Streamlit
|