Spaces:
Sleeping
Sleeping
Commit
·
aab5da0
1
Parent(s):
5c3579c
fixed white back problem + upload new files problem + added history chatbot
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ from config import *
|
|
| 7 |
from document_processor import *
|
| 8 |
from llama_index.core.chat_engine import CondensePlusContextChatEngine
|
| 9 |
|
|
|
|
| 10 |
query_engine = None
|
| 11 |
chunks_df = None
|
| 12 |
chat_engine = None
|
|
|
|
| 7 |
from document_processor import *
|
| 8 |
from llama_index.core.chat_engine import CondensePlusContextChatEngine
|
| 9 |
|
| 10 |
+
#new thing
|
| 11 |
query_engine = None
|
| 12 |
chunks_df = None
|
| 13 |
chat_engine = None
|