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