awacke1 commited on
Commit
42b6032
·
1 Parent(s): 5c6c4fa

Update app.py

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