Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
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 |
|