Spaces:
Sleeping
Sleeping
xicocdi
commited on
Commit
·
c210467
1
Parent(s):
bfe9aaf
update pdf paths
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ import chainlit as cl
|
|
15 |
load_dotenv()
|
16 |
|
17 |
pdf_paths = [
|
18 |
-
"
|
19 |
-
"
|
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 |
|