leavoigt commited on
Commit
f57ce49
1 Parent(s): 41aa9dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,7 +95,7 @@ if st.button("Analyze Document"):
95
  prg.progress((i+1)*multiplier_val)
96
 
97
 
98
- if 'key1' in st.session_state:
99
  with st.sidebar:
100
  topic = st.radio(
101
  "Which category you want to explore?",
@@ -107,4 +107,4 @@ if 'key1' in st.session_state:
107
  # policyaction.action_display()
108
  # else:
109
  # policyaction.policy_display()
110
- # st.write(st.session_state.key1)
 
95
  prg.progress((i+1)*multiplier_val)
96
 
97
 
98
+ if 'key0' in st.session_state:
99
  with st.sidebar:
100
  topic = st.radio(
101
  "Which category you want to explore?",
 
107
  # policyaction.action_display()
108
  # else:
109
  # policyaction.policy_display()
110
+ # st.write(st.session_state.key0)