Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import requests
|
|
| 3 |
import json
|
| 4 |
import web3
|
| 5 |
|
| 6 |
-
total_number_pages =
|
| 7 |
placeholder_buttons = None
|
| 8 |
|
| 9 |
Q3_radio_options = ["Option 1 multi","Option 2 multi"]
|
|
@@ -327,15 +327,7 @@ elif st.session_state["current_page"] == 8:
|
|
| 327 |
except Exception as e:
|
| 328 |
print(e)
|
| 329 |
st.error(f'An error ocurred. Here is the error message: {e}', icon="🚨")
|
| 330 |
-
|
| 331 |
-
st.markdown(st.session_state["Q2"], unsafe_allow_html=True)
|
| 332 |
-
st.markdown(st.session_state["Q3"], unsafe_allow_html=True)
|
| 333 |
-
st.markdown(Q4_radio_options[st.session_state["Q4"]], unsafe_allow_html=True)
|
| 334 |
-
st.markdown(Q5_radio_options[st.session_state["Q5"]], unsafe_allow_html=True)
|
| 335 |
-
st.markdown(st.session_state["Q6"], unsafe_allow_html=True)
|
| 336 |
-
st.markdown(st.session_state["Q7"], unsafe_allow_html=True)
|
| 337 |
-
st.markdown(st.session_state["Q8"], unsafe_allow_html=True)
|
| 338 |
-
st.markdown(Q9_radio_options[st.session_state["Q9"]], unsafe_allow_html=True)
|
| 339 |
if st.button('Back'):
|
| 340 |
st.session_state["current_page"] -= 1
|
| 341 |
st.rerun()
|
|
|
|
| 3 |
import json
|
| 4 |
import web3
|
| 5 |
|
| 6 |
+
total_number_pages = 8
|
| 7 |
placeholder_buttons = None
|
| 8 |
|
| 9 |
Q3_radio_options = ["Option 1 multi","Option 2 multi"]
|
|
|
|
| 327 |
except Exception as e:
|
| 328 |
print(e)
|
| 329 |
st.error(f'An error ocurred. Here is the error message: {e}', icon="🚨")
|
| 330 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 331 |
if st.button('Back'):
|
| 332 |
st.session_state["current_page"] -= 1
|
| 333 |
st.rerun()
|