syildizz commited on
Commit
6fd189a
·
1 Parent(s): 875aa71

Change UI text to be most reflective of the project.

Browse files
Files changed (1) hide show
  1. gradio_app.py +3 -3
gradio_app.py CHANGED
@@ -51,12 +51,12 @@ def gradio_main():
51
  type="messages",
52
  chatbot=gr.Chatbot(
53
  height=500,
54
- label="LangChain Conversational RAG Chatbot",
55
  type="messages"
56
  ),
57
  textbox=gr.Textbox(placeholder="Enter your query here...", container=False, scale=7),
58
- title="LangChain RAG Agent Integrated with Gradio (Conversational)",
59
- description="This interface now passes the full conversation history to the agent for context.",
60
  theme="soft"
61
  )
62
 
 
51
  type="messages",
52
  chatbot=gr.Chatbot(
53
  height=500,
54
+ label="User Manual Chatbot",
55
  type="messages"
56
  ),
57
  textbox=gr.Textbox(placeholder="Enter your query here...", container=False, scale=7),
58
+ title="User Manual Chatbot",
59
+ description="Ask any technical question you wish",
60
  theme="soft"
61
  )
62