Spaces:
Running
Running
jeffrey
commited on
Commit
Β·
c199e64
1
Parent(s):
37c1830
fix error
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(theme="earneleh/paris") as demo:
|
|
130 |
|
131 |
with gr.Column(scale=7):
|
132 |
gr.ChatInterface(
|
133 |
-
get_response, title="This is your Naive RAG Chatbot π",
|
134 |
)
|
135 |
|
136 |
gr.Markdown("## Do you like the result?\n\nIf you don't like it, try to optimize it with AutoRAG. Press below button and go to make evaluation data and optimize it. Both on the Huggingface space so you don't need to install anything.")
|
|
|
130 |
|
131 |
with gr.Column(scale=7):
|
132 |
gr.ChatInterface(
|
133 |
+
get_response, title="This is your Naive RAG Chatbot π",
|
134 |
)
|
135 |
|
136 |
gr.Markdown("## Do you like the result?\n\nIf you don't like it, try to optimize it with AutoRAG. Press below button and go to make evaluation data and optimize it. Both on the Huggingface space so you don't need to install anything.")
|