Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
Text Summary Generation message
Browse files
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():
|