xf3227 commited on
Commit
867e110
·
1 Parent(s): 61bea93
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ def get_random_example():
57
  if 'random_example' not in st.session_state:
58
  st.session_state.random_example = None
59
 
 
60
  cols = st.columns(3)
61
  with cols[1]:
62
  random_example_button = st.button("RANDOM EXAMPLE", use_container_width=True)
 
57
  if 'random_example' not in st.session_state:
58
  st.session_state.random_example = None
59
 
60
+ st.markdown('---')
61
  cols = st.columns(3)
62
  with cols[1]:
63
  random_example_button = st.button("RANDOM EXAMPLE", use_container_width=True)