Updates
Browse files- app02-chatRag.py +2 -0
app02-chatRag.py
CHANGED
|
@@ -84,6 +84,8 @@ def rag_query(question: str, history: list[list[str]]):
|
|
| 84 |
|
| 85 |
|
| 86 |
|
|
|
|
|
|
|
| 87 |
gr.ChatInterface(
|
| 88 |
rag_query,
|
| 89 |
title="RAG Chatbot demo",
|
|
|
|
| 84 |
|
| 85 |
|
| 86 |
|
| 87 |
+
|
| 88 |
+
|
| 89 |
gr.ChatInterface(
|
| 90 |
rag_query,
|
| 91 |
title="RAG Chatbot demo",
|