Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -331,8 +331,7 @@ elif st.session_state["current_page"] == 8:
|
|
| 331 |
|
| 332 |
st.markdown(st.session_state["Q1"], unsafe_allow_html=True)
|
| 333 |
st.markdown(st.session_state["Q2"], unsafe_allow_html=True)
|
| 334 |
-
|
| 335 |
-
st.markdown(Q3_radio_options[index], unsafe_allow_html=True)
|
| 336 |
st.markdown(Q4_radio_options[st.session_state["Q4"]], unsafe_allow_html=True)
|
| 337 |
st.markdown(Q5_radio_options[st.session_state["Q5"]], unsafe_allow_html=True)
|
| 338 |
st.markdown(Q6_radio_options[st.session_state["Q6"]], unsafe_allow_html=True)
|
|
|
|
| 331 |
|
| 332 |
st.markdown(st.session_state["Q1"], unsafe_allow_html=True)
|
| 333 |
st.markdown(st.session_state["Q2"], unsafe_allow_html=True)
|
| 334 |
+
st.markdown(st.session_state["Q3"], unsafe_allow_html=True)
|
|
|
|
| 335 |
st.markdown(Q4_radio_options[st.session_state["Q4"]], unsafe_allow_html=True)
|
| 336 |
st.markdown(Q5_radio_options[st.session_state["Q5"]], unsafe_allow_html=True)
|
| 337 |
st.markdown(Q6_radio_options[st.session_state["Q6"]], unsafe_allow_html=True)
|