Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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:
|