Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ Q9_radio_options = ["IDK","Of Course","STFU!!!!!","Inner demons"]
|
|
| 15 |
|
| 16 |
# Function that records radio element changes
|
| 17 |
def radio_change(element, state, key):
|
| 18 |
-
|
| 19 |
|
| 20 |
# Function that disables the last button while data is uploaded to IPFS
|
| 21 |
def button_disable():
|
|
|
|
| 15 |
|
| 16 |
# Function that records radio element changes
|
| 17 |
def radio_change(element, state, key):
|
| 18 |
+
st.write(st.session_state[key][0])
|
| 19 |
|
| 20 |
# Function that disables the last button while data is uploaded to IPFS
|
| 21 |
def button_disable():
|