awacke1 commited on
Commit
5c3fc7e
·
1 Parent(s): 30e846b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -362,5 +362,5 @@ with st.sidebar:
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
 
 
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, '')
366