Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ if st.button("Start Processing"):
|
|
33 |
with st.spinner("Processing"):
|
34 |
client = create_vector_database(path)
|
35 |
image_vdb = extract_and_store_images(path)
|
36 |
-
|
37 |
|
38 |
|
39 |
if user_input := st.chat_input("User Input"):
|
|
|
33 |
with st.spinner("Processing"):
|
34 |
client = create_vector_database(path)
|
35 |
image_vdb = extract_and_store_images(path)
|
36 |
+
chain = qa_bot(client)
|
37 |
|
38 |
|
39 |
if user_input := st.chat_input("User Input"):
|