algowizmomo commited on
Commit
1bb00e8
·
1 Parent(s): 2dcdca9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ def chat_with_bot(message, history):
25
  # Create a Gradio ChatInterface
26
  iface = gr.ChatInterface(
27
  fn=chat_with_bot,
28
- title="RAG Chatbot",
29
- description="Interact with the RAG Chatbot. Type your questions or statements below."
30
  )
31
 
32
  if __name__ == "__main__":
 
25
  # Create a Gradio ChatInterface
26
  iface = gr.ChatInterface(
27
  fn=chat_with_bot,
28
+ title="RAG Chatbot - Indian Motor Vehicles Law",
29
+ description="RAG chatbot using OpenAI and FAISS vector db"
30
  )
31
 
32
  if __name__ == "__main__":