michaelpiro1 commited on
Commit
66da08c
·
verified ·
1 Parent(s): e89b904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ add_slider = st.sidebar.slider(
16
  0.0, 100.0, (25.0, 75.0)
17
  )
18
  st.subheader('This is a subheader with a divider', divider='rainbow')
19
- with st.container(boarder = True):
20
  st.title("Examples")
21
  col1, col2, col3 = st.columns(3)
22
  with col1:
 
16
  0.0, 100.0, (25.0, 75.0)
17
  )
18
  st.subheader('This is a subheader with a divider', divider='rainbow')
19
+ with st.container(border = True):
20
  st.title("Examples")
21
  col1, col2, col3 = st.columns(3)
22
  with col1: