Skip to content

Commit 16e0662

Browse files
committed
adjusts button
1 parent 22ff367 commit 16e0662

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ManualTestSensei/interface.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
matcher = MisplacedResult()
3535
facade = MatchersFacade()
3636

37-
with st.form(key='my_form_to_submit'):
38-
submit_button = st.form_submit_button(label='Transform :sparkles:')
37+
submit_button = st.button(label='Transform :sparkles:')
3938

4039
test = file_tests[test_index] #seleciona um único teste
4140

0 commit comments

Comments
 (0)