UnarineLeo commited on
Commit
41f81c0
·
verified ·
1 Parent(s): d508679

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with col1:
42
 
43
  input_sentences = text_input.split("\n")
44
 
45
- button1, button2, _ = st.columns([1.25, 1, 5.7])
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()