Kushwanth Chowday Kandala commited on
Commit
065cb17
1 Parent(s): c15629f

update messages

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def promt_engineer(text):
98
 
99
  with st.sidebar:
100
  st.divider()
101
- st.markdown("*:red[Text Summary Generation]* on **:green[semantic search Retrieval data(Top 5 Ranks)]** ***(RAG)***.")
102
  st.write(summary)
103
  st.divider()
104
 
 
98
 
99
  with st.sidebar:
100
  st.divider()
101
+ st.markdown("*:red[Text Summary Generation]* from above Top 5 **:green[similarity search results]**.")
102
  st.write(summary)
103
  st.divider()
104