anastaa3 commited on
Commit
86d45df
·
verified ·
1 Parent(s): 58ec657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- st.session_state[state] = element.index(st.session_state[key]) # Setting previously selected option
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():