ppsingh commited on
Commit
f9c91a4
1 Parent(s): 7bf24bf

Update appStore/tapp_display.py

Browse files
Files changed (1) hide show
  1. appStore/tapp_display.py +2 -0
appStore/tapp_display.py CHANGED
@@ -66,5 +66,7 @@ def target_display():
66
  else:
67
  st.info("🤔 No Netzero paragraph found")
68
  #st.dataframe(hits[['keep','text','Parameter','page']])
 
 
69
  else:
70
  st.info("🤔 No Targets Found")
 
66
  else:
67
  st.info("🤔 No Netzero paragraph found")
68
  #st.dataframe(hits[['keep','text','Parameter','page']])
69
+
70
+ st.dataframe(st.session_state['target_hits'])
71
  else:
72
  st.info("🤔 No Targets Found")