arpit13 commited on
Commit
54ff94d
·
verified ·
1 Parent(s): e345b10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ chat_interface = gr.Interface(
29
  inputs = ["text","state"],
30
  outputs = ["chatbot","state"],
31
  live = False,
32
- title =""Meet your Personal Assistant: Your Helpful and Caring Chatbot",
33
  description ="This chatbot is here to help you with anything you need, whether it’s answering questions, offering support, or guiding you through tasks. With a friendly and empathetic approach, it listens carefully to your concerns and provides thoughtful, understanding responses. Whether you’re seeking information or just someone to chat with, our chatbot is designed to make you feel heard and supported. It’s more than just a tool—it’s a companion dedicated to making your day easier and more enjoyable"
34
  )
35
 
 
29
  inputs = ["text","state"],
30
  outputs = ["chatbot","state"],
31
  live = False,
32
+ title ="Meet your Personal Assistant: Your Helpful and Caring Chatbot",
33
  description ="This chatbot is here to help you with anything you need, whether it’s answering questions, offering support, or guiding you through tasks. With a friendly and empathetic approach, it listens carefully to your concerns and provides thoughtful, understanding responses. Whether you’re seeking information or just someone to chat with, our chatbot is designed to make you feel heard and supported. It’s more than just a tool—it’s a companion dedicated to making your day easier and more enjoyable"
34
  )
35