Update app1.py
Browse files
app1.py
CHANGED
@@ -5,7 +5,7 @@ from langchain.document_loaders import PyPDFLoader
|
|
5 |
|
6 |
ABS_PATH = os.path.dirname(os.path.abspath(__file__))
|
7 |
DB_DIR = os.path.join(ABS_PATH, "db")
|
8 |
-
|
9 |
on_load="""
|
10 |
async()=>{
|
11 |
console.log("HELLO");
|
|
|
5 |
|
6 |
ABS_PATH = os.path.dirname(os.path.abspath(__file__))
|
7 |
DB_DIR = os.path.join(ABS_PATH, "db")
|
8 |
+
|
9 |
on_load="""
|
10 |
async()=>{
|
11 |
console.log("HELLO");
|