tonyassi commited on
Commit
910f34c
·
verified ·
1 Parent(s): ab6fae3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -40,5 +40,13 @@ 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
  # Display the Bokeh figure in Streamlit
44
  st.bokeh_chart(p)
 
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
+ hello
45
+
46
+ hi
47
+
48
+ tony
49
+ """)
50
+
51
  # Display the Bokeh figure in Streamlit
52
  st.bokeh_chart(p)