michaelpiro1 commited on
Commit
7c428c9
·
verified ·
1 Parent(s): d84516b

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(border = True, height=300):
20
  st.title("Examples")
21
  col1, col2, col3, col4 = st.columns(4)
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, height=len(exmples_prompts)*200):
20
  st.title("Examples")
21
  col1, col2, col3, col4 = st.columns(4)
22
  with col1: