leavoigt commited on
Commit
8cd8e61
·
verified ·
1 Parent(s): e575f11

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -102,7 +102,7 @@ def target_display(model_sel_name):
102
  # st.write(df_agg)
103
 
104
  st.markdown("----")
105
- st.markdown('**DOCUMENT FINDINGS SUMMARY BY VULNERABILITY LABEL:**')
106
 
107
  # construct RAG query for each label, send to openai and process response
108
  for i in range(0,len(df_agg)):
 
102
  # st.write(df_agg)
103
 
104
  st.markdown("----")
105
+ st.markdown('**AI-generated summaries of the most relevant information identified:**')
106
 
107
  # construct RAG query for each label, send to openai and process response
108
  for i in range(0,len(df_agg)):