Spaces:
Running
Running
Commit
·
5effc07
1
Parent(s):
84f135f
Fill missing comment for the 'no' answer in eval
Browse files
app.py
CHANGED
@@ -411,7 +411,7 @@ elif st.session_state.predict_button_clicked and st.session_state.exp is not Non
|
|
411 |
help="Click if you disagree with the prediction",
|
412 |
type="primary",
|
413 |
on_click=submit_and_clear,
|
414 |
-
args=["no"]
|
415 |
)
|
416 |
ChangeButtonColour("No, I disagree", "white", "#DD360C") # Red color for disagree button
|
417 |
|
|
|
411 |
help="Click if you disagree with the prediction",
|
412 |
type="primary",
|
413 |
on_click=submit_and_clear,
|
414 |
+
args=["no", comment]
|
415 |
)
|
416 |
ChangeButtonColour("No, I disagree", "white", "#DD360C") # Red color for disagree button
|
417 |
|