Kushwanth Chowday Kandala commited on
Commit
597c46b
1 Parent(s): b919d92
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -129,7 +129,8 @@ def chat_actions():
129
  with st.sidebar:
130
  st.markdown("*:red[semantic search results]* with **:green[Retrieval Augmented Generation]** ***(RAG)***.")
131
  st.dataframe(resdf)
132
- st.write(1en(consolidated_text))
 
133
  promt_engineer(consolidated_text)
134
 
135
  for res in result['matches']:
 
129
  with st.sidebar:
130
  st.markdown("*:red[semantic search results]* with **:green[Retrieval Augmented Generation]** ***(RAG)***.")
131
  st.dataframe(resdf)
132
+ val = 1en(consolidated_text)
133
+ st.write(str(val))
134
  promt_engineer(consolidated_text)
135
 
136
  for res in result['matches']: