jmlon commited on
Commit
78aa10a
·
1 Parent(s): 167df08
Files changed (1) hide show
  1. 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",