ppsingh commited on
Commit
30b6f7a
·
verified ·
1 Parent(s): bc992a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -116,6 +116,8 @@ if st.button("Analyze Document"):
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?",
@@ -125,6 +127,10 @@ if 'key1' in st.session_state:
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:
 
116
  if 'key1' in st.session_state:
117
  tapp_display.targets()
118
  tapp_display.actions()
119
+ tapp_display.policy()
120
+ tapp_display.plans()
121
  with st.sidebar:
122
  topic = st.radio(
123
  "Which category you want to explore?",
 
127
  tapp_display.target_display()
128
  elif topic == 'Actions':
129
  tapp_display.action_display()
130
+ elif topic == 'Policy':
131
+ tapp_display.policy_display()
132
+ elif topic == 'Plans':
133
+ tapp_display.plan_display()
134
 
135
  #excel_convert.filter_dataframe('target_hits',['keep','text','Parameter','page'])
136
  #with st.sidebar: