Kushwanth Chowday Kandala commited on
Commit
8c993f6
1 Parent(s): bb5b4ac

Text Summary Generation message

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -97,6 +97,8 @@ def promt_engineer(text):
97
  summary = summarizer(prompt, max_length=1024, min_length=50)[0]["summary_text"]
98
 
99
  with st.sidebar:
 
 
100
  st.write(summary)
101
 
102
  def chat_actions():
 
97
  summary = summarizer(prompt, max_length=1024, min_length=50)[0]["summary_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
 
104
  def chat_actions():