xicocdi commited on
Commit
c210467
·
1 Parent(s): bfe9aaf

update pdf paths

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ import chainlit as cl
15
  load_dotenv()
16
 
17
  pdf_paths = [
18
- "/Users/xico/AIMakerSpace-Midterm/AI_Risk_Management_Framework.pdf",
19
- "/Users/xico/AIMakerSpace-Midterm/Blueprint-for-an-AI-Bill-of-Rights.pdf",
20
  ]
21
  persist_directory = "docs/chroma/"
22
 
 
15
  load_dotenv()
16
 
17
  pdf_paths = [
18
+ "AI_Risk_Management_Framework.pdf",
19
+ "Blueprint-for-an-AI-Bill-of-Rights.pdf",
20
  ]
21
  persist_directory = "docs/chroma/"
22