jeffrey commited on
Commit
c199e64
Β·
1 Parent(s): 37c1830
Files changed (1) hide show
  1. app.py +1 -1
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 πŸš€", retry_btn=None, undo_btn=None,
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.")