Spaces:
Build error
Build error
Update components/chat.py
Browse files- components/chat.py +1 -1
components/chat.py
CHANGED
|
@@ -6,7 +6,7 @@ from utils.database import verify_vector_store
|
|
| 6 |
from threading import Lock
|
| 7 |
from typing import Optional
|
| 8 |
import traceback
|
| 9 |
-
from utils.response_formatter import
|
| 10 |
|
| 11 |
|
| 12 |
# Create a lock for QA system access
|
|
|
|
| 6 |
from threading import Lock
|
| 7 |
from typing import Optional
|
| 8 |
import traceback
|
| 9 |
+
from utils.response_formatter import EnhancedResponseFormatter, display_enhanced_response
|
| 10 |
|
| 11 |
|
| 12 |
# Create a lock for QA system access
|