NEXAS commited on
Commit
1ef15a8
·
verified ·
1 Parent(s): 357a027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- chain = qa_bot(client)
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"):