tonyassi commited on
Commit
5ab83aa
·
verified ·
1 Parent(s): de3977d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.markdown("""
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