Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import os
|
2 |
from typing import List
|
3 |
|
@@ -22,7 +24,7 @@ from langchain.docstore.document import Document
|
|
22 |
from langchain.memory import ChatMessageHistory, ConversationBufferMemory
|
23 |
from chainlit.types import AskFileResponse
|
24 |
|
25 |
-
|
26 |
|
27 |
# JB
|
28 |
from dotenv import load_dotenv
|
|
|
1 |
+
# app.py 12-04-2024, 19u45m CET
|
2 |
+
|
3 |
import os
|
4 |
from typing import List
|
5 |
|
|
|
24 |
from langchain.memory import ChatMessageHistory, ConversationBufferMemory
|
25 |
from chainlit.types import AskFileResponse
|
26 |
|
27 |
+
import chainlit as cl
|
28 |
|
29 |
# JB
|
30 |
from dotenv import load_dotenv
|