wuhp commited on
Commit
63d877e
·
verified ·
1 Parent(s): 8c6dc90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -472,8 +472,7 @@ with gr.Blocks() as demo:
472
  chatbot=gr.Chatbot(label="RAG Chatbot"),
473
  textbox=gr.Textbox(placeholder="Ask a question to the RAG Chatbot...", lines=2, show_label=False),
474
  title="💬 RAG Chat",
475
- description="Chat with the custom R1 model, enhanced with retrieval-augmented memory. The model retrieves relevant info for informed responses.",
476
- clear_btn=None # Keep if needed, or remove entirely
477
  )
478
  ]
479
  )
 
472
  chatbot=gr.Chatbot(label="RAG Chatbot"),
473
  textbox=gr.Textbox(placeholder="Ask a question to the RAG Chatbot...", lines=2, show_label=False),
474
  title="💬 RAG Chat",
475
+ description="Chat with the custom R1 model, enhanced with retrieval-augmented memory. The model retrieves relevant info for informed responses."
 
476
  )
477
  ]
478
  )