Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ footer_md = r"""
|
|
| 99 |
|
| 100 |
# 4.3 Chat component (no description here)
|
| 101 |
chatbot = gr.ChatInterface(
|
| 102 |
-
|
| 103 |
type="messages",
|
| 104 |
title="PRECISE RAG Agent",
|
| 105 |
examples=[
|
|
|
|
| 99 |
|
| 100 |
# 4.3 Chat component (no description here)
|
| 101 |
chatbot = gr.ChatInterface(
|
| 102 |
+
respond,
|
| 103 |
type="messages",
|
| 104 |
title="PRECISE RAG Agent",
|
| 105 |
examples=[
|