awacke1 commited on
Commit
30e846b
·
1 Parent(s): 7066b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,6 +361,6 @@ with st.sidebar:
361
  vectorstore = create_vector_store_from_text_chunks(text_chunks)
362
  st.session_state.conversation = create_conversation_chain(vectorstore)
363
  st.markdown('# Extracted Text of Length:' + length + ' and Created Search Index')
364
- filename = generate_filename(raw, choice)
365
  create_file(filename, raw_text, '')
366
 
 
361
  vectorstore = create_vector_store_from_text_chunks(text_chunks)
362
  st.session_state.conversation = create_conversation_chain(vectorstore)
363
  st.markdown('# Extracted Text of Length:' + length + ' and Created Search Index')
364
+ filename = generate_filename(raw, 'txt')
365
  create_file(filename, raw_text, '')
366