ppsingh commited on
Commit
105eeb0
1 Parent(s): 533a3db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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', 'Mitigation','Adaptation'))
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: