anastaa3 commited on
Commit
1896032
·
verified ·
1 Parent(s): b7e1cb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +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
  st.write(element)
19
 
20
  # Function that disables the last button while data is uploaded to IPFS
 
15
 
16
  # Function that records radio element changes
17
  def radio_change(element, state, key):
18
+ st.write(st.session_state[key])
19
  st.write(element)
20
 
21
  # Function that disables the last button while data is uploaded to IPFS