csalabs commited on
Commit
070e0dc
·
1 Parent(s): 5bfa241

Update app.py

Browse files

Updating path of one file.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def main():
95
  # Initialize session state
96
  initialize_session_state()
97
  st.title("Multi-Docs ChatBot using llama-2-7b :books:")
98
- loader = UnstructuredFileLoader('./SOURCE_DOCUMENTS/Freedom of Information and Protection of Privacy Act, R.S.O. 1990, c. F.31[462] - Copy.pdf')
99
  documents = loader.load()
100
  # documents = []
101
  # for file_path in file_paths:
 
95
  # Initialize session state
96
  initialize_session_state()
97
  st.title("Multi-Docs ChatBot using llama-2-7b :books:")
98
+ loader = UnstructuredFileLoader('./Freedom of Information and Protection of Privacy Act, R.S.O. 1990, c. F.31[462] - Copy.pdf')
99
  documents = loader.load()
100
  # documents = []
101
  # for file_path in file_paths: