awacke1 commited on
Commit
ac28166
·
1 Parent(s): 59e9116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,7 +351,7 @@ with st.sidebar:
351
  text_chunks = txt2chunks(raw)
352
  vectorstore = vector_store(text_chunks)
353
  st.session_state.conversation = get_chain(vectorstore)
354
- st.markdown('# Extracted Text of Length:' + length + ' and Created Search Index')
355
  filename = generate_filename(raw, 'txt')
356
  create_file(filename, raw, '')
357
 
 
351
  text_chunks = txt2chunks(raw)
352
  vectorstore = vector_store(text_chunks)
353
  st.session_state.conversation = get_chain(vectorstore)
354
+ st.markdown('# AI Search Index of Length:' + length + ' Created.')
355
  filename = generate_filename(raw, 'txt')
356
  create_file(filename, raw, '')
357