Update src/streamlit_app.py
Browse files- 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("
|
| 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 |
|