Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ if st.button("Analyze Document"):
|
|
95 |
prg.progress((i+1)*multiplier_val)
|
96 |
|
97 |
|
98 |
-
if '
|
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.
|
|
|
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)
|