Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ color_bar = ColorBar(color_mapper=color_mapper['transform'], width=8, location=(
|
|
40 |
ticker=BasicTicker(desired_num_ticks=10))
|
41 |
p.add_layout(color_bar, 'right') # Position the color bar to the right
|
42 |
|
43 |
-
st.
|
44 |
<br><br><br><br><br><br>
|
45 |
""")
|
46 |
|
|
|
40 |
ticker=BasicTicker(desired_num_ticks=10))
|
41 |
p.add_layout(color_bar, 'right') # Position the color bar to the right
|
42 |
|
43 |
+
st.html("""
|
44 |
<br><br><br><br><br><br>
|
45 |
""")
|
46 |
|