Spaces:
Sleeping
Sleeping
Update appStore/target.py
Browse files- 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('**
|
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)):
|