Sina Media Lab
commited on
Commit
·
5d85198
1
Parent(s):
af783a4
Updates
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ if submit_button and st.session_state.button_label == "Submit/New":
|
|
184 |
st.session_state.button_label = "Next Question"
|
185 |
else:
|
186 |
st.warning("Please select an option before submitting.", icon="⚠️")
|
187 |
-
st.
|
188 |
|
189 |
# Show correct/incorrect feedback after submission
|
190 |
if current_question.get('answered', False):
|
|
|
184 |
st.session_state.button_label = "Next Question"
|
185 |
else:
|
186 |
st.warning("Please select an option before submitting.", icon="⚠️")
|
187 |
+
st.stop()
|
188 |
|
189 |
# Show correct/incorrect feedback after submission
|
190 |
if current_question.get('answered', False):
|