Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
update messages
Browse files
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]*
|
| 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 |
|