Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -351,7 +351,7 @@ with st.sidebar:
|
|
351 |
text_chunks = txt2chunks(raw)
|
352 |
vectorstore = vector_store(text_chunks)
|
353 |
st.session_state.conversation = get_chain(vectorstore)
|
354 |
-
st.markdown('#
|
355 |
filename = generate_filename(raw, 'txt')
|
356 |
create_file(filename, raw, '')
|
357 |
|
|
|
351 |
text_chunks = txt2chunks(raw)
|
352 |
vectorstore = vector_store(text_chunks)
|
353 |
st.session_state.conversation = get_chain(vectorstore)
|
354 |
+
st.markdown('# AI Search Index of Length:' + length + ' Created.')
|
355 |
filename = generate_filename(raw, 'txt')
|
356 |
create_file(filename, raw, '')
|
357 |
|