update
Browse files
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)
|