Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ iface = gr.Interface(
|
|
46 |
inputs=gr.Textbox(lines=2, placeholder="Enter your query here..."),
|
47 |
outputs="text",
|
48 |
title="RAG Chatbot",
|
49 |
-
description="This chatbot retrieves relevant documents based on your query and generates responses using
|
50 |
)
|
51 |
|
52 |
# Launch the Gradio interface
|
|
|
46 |
inputs=gr.Textbox(lines=2, placeholder="Enter your query here..."),
|
47 |
outputs="text",
|
48 |
title="RAG Chatbot",
|
49 |
+
description="This chatbot retrieves relevant documents based on your query and generates responses using ai models."
|
50 |
)
|
51 |
|
52 |
# Launch the Gradio interface
|