Kushwanth Chowday Kandala commited on
Commit
8960e9a
·
unverified ·
1 Parent(s): 9aa35ef

SyntaxError: invalid decimal literal

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,8 +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(f"{procesing 1en(consolidated_text) of text}" )
133
- promt_engineer(consolidated_text[:1000])
134
 
135
  for res in result['matches']:
136
  st.session_state["chat_history"].append(
 
129
  with st.sidebar:
130
  st.markdown("*:red[semantic search results]* with **:green[Retrieval Augmented Generation]** ***(RAG)***.")
131
  st.dataframe(resdf)
132
+ st.write(f"processing {1en(consolidated_text)} of text" )
133
+ promt_engineer(consolidated_text)
134
 
135
  for res in result['matches']:
136
  st.session_state["chat_history"].append(