PedroC11 commited on
Commit
fd0dcc7
·
verified ·
1 Parent(s): 96541ca

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -129,7 +129,7 @@ if st.button("Submit"):
129
  if code_prov == "":
130
  st.error("Please, insert your provided code at the beginning of this form. Then, try submitting again.")
131
  elif cont != 0:
132
- st.error("Sorry, you have not evaluated all pairs. Please, check again.")
133
  else:
134
  if st.session_state.cont_r == 0:
135
 
 
129
  if code_prov == "":
130
  st.error("Please, insert your provided code at the beginning of this form. Then, try submitting again.")
131
  elif cont != 0:
132
+ st.error("It seems you have not evaluated all pairs. Please, check again and Submit. Click on Submit again if you think there is error.")
133
  else:
134
  if st.session_state.cont_r == 0:
135