Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with st.form(key="my_form"):
|
|
91 |
height=250,
|
92 |
)
|
93 |
|
94 |
-
submit_button = st.form_submit_button(label="Go to split
|
95 |
|
96 |
|
97 |
if not submit_button:
|
|
|
91 |
height=250,
|
92 |
)
|
93 |
|
94 |
+
submit_button = st.form_submit_button(label="Go to split ✂︎")
|
95 |
|
96 |
|
97 |
if not submit_button:
|