awacke1 commited on
Commit
b002e6c
·
1 Parent(s): c37ae0b

Update backupapp.py

Browse files
Files changed (1) hide show
  1. 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
+