captain-awesome commited on
Commit
b2220d6
·
1 Parent(s): 2476b8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -380,6 +380,7 @@ def main():
380
  # Use Langchain loader to process the file
381
  loader = loader_class(file_path, **loader_args)
382
  loaded_documents.extend(loader.load())
 
383
 
384
  st.write("Chat with the Document:")
385
  query = st.text_input("Ask a question:")
 
380
  # Use Langchain loader to process the file
381
  loader = loader_class(file_path, **loader_args)
382
  loaded_documents.extend(loader.load())
383
+ st.write(f"loaded_documents: {loaded_documents}")
384
 
385
  st.write("Chat with the Document:")
386
  query = st.text_input("Ask a question:")