Linker1907
commited on
Commit
•
b421ee0
1
Parent(s):
fe6f4f0
modif app.py
Browse files
app.py
CHANGED
@@ -76,11 +76,10 @@ with st.form(key="bad_form", clear_on_submit=True):
|
|
76 |
)
|
77 |
|
78 |
good = st.form_submit_button(
|
79 |
-
"GOOD", on_click=get_next_item,
|
80 |
)
|
81 |
bad = st.form_submit_button(
|
82 |
"BAD",
|
83 |
on_click=save_and_get_next_item,
|
84 |
args=(sample, issue),
|
85 |
-
use_container_width=True,
|
86 |
)
|
|
|
76 |
)
|
77 |
|
78 |
good = st.form_submit_button(
|
79 |
+
"GOOD", on_click=get_next_item,
|
80 |
)
|
81 |
bad = st.form_submit_button(
|
82 |
"BAD",
|
83 |
on_click=save_and_get_next_item,
|
84 |
args=(sample, issue),
|
|
|
85 |
)
|