Skip to content

Commit

Permalink
adjusts button
Browse files Browse the repository at this point in the history
  • Loading branch information
mantertius committed Dec 29, 2023
1 parent 22ff367 commit 16e0662
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ManualTestSensei/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
matcher = MisplacedResult()
facade = MatchersFacade()

with st.form(key='my_form_to_submit'):
submit_button = st.form_submit_button(label='Transform :sparkles:')
submit_button = st.button(label='Transform :sparkles:')

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

Expand Down

0 comments on commit 16e0662

Please sign in to comment.