Update app.py
Browse files
app.py
CHANGED
@@ -115,13 +115,16 @@ if st.button("Analyze Document"):
|
|
115 |
|
116 |
if 'key1' in st.session_state:
|
117 |
tapp_display.targets()
|
|
|
118 |
with st.sidebar:
|
119 |
topic = st.radio(
|
120 |
"Which category you want to explore?",
|
121 |
-
('Targets', '
|
122 |
|
123 |
if topic == 'Targets':
|
124 |
tapp_display.target_display()
|
|
|
|
|
125 |
|
126 |
#excel_convert.filter_dataframe('target_hits',['keep','text','Parameter','page'])
|
127 |
#with st.sidebar:
|
|
|
115 |
|
116 |
if 'key1' in st.session_state:
|
117 |
tapp_display.targets()
|
118 |
+
tapp_display.actions()
|
119 |
with st.sidebar:
|
120 |
topic = st.radio(
|
121 |
"Which category you want to explore?",
|
122 |
+
('Targets', 'Actions','Policy','Plans'))
|
123 |
|
124 |
if topic == 'Targets':
|
125 |
tapp_display.target_display()
|
126 |
+
elif: topic== 'Actions':
|
127 |
+
tapp_display.action_display()
|
128 |
|
129 |
#excel_convert.filter_dataframe('target_hits',['keep','text','Parameter','page'])
|
130 |
#with st.sidebar:
|