Spaces:
Sleeping
Sleeping
UnarineLeo
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with col1:
|
|
42 |
|
43 |
input_sentences = text_input.split("\n")
|
44 |
|
45 |
-
button1, button2, _ = st.columns([
|
46 |
with button1:
|
47 |
if st.button("Test Example"):
|
48 |
# st.rerun()
|
|
|
42 |
|
43 |
input_sentences = text_input.split("\n")
|
44 |
|
45 |
+
button1, button2, _ = st.columns([2, 2, 4])
|
46 |
with button1:
|
47 |
if st.button("Test Example"):
|
48 |
# st.rerun()
|