Update backupapp.py
Browse files- backupapp.py +2 -1
backupapp.py
CHANGED
|
@@ -439,4 +439,5 @@ with st.sidebar:
|
|
| 439 |
st.session_state.conversation = get_chain(vectorstore)
|
| 440 |
st.markdown('# AI Search Index of Length:' + length + ' Created.') # add timing
|
| 441 |
filename = generate_filename(raw, 'txt')
|
| 442 |
-
create_file(filename, raw, '')
|
|
|
|
|
|
| 439 |
st.session_state.conversation = get_chain(vectorstore)
|
| 440 |
st.markdown('# AI Search Index of Length:' + length + ' Created.') # add timing
|
| 441 |
filename = generate_filename(raw, 'txt')
|
| 442 |
+
create_file(filename, raw, '')
|
| 443 |
+
|