arpit13 commited on
Commit
84eaa5c
·
verified ·
1 Parent(s): eba27f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ chat_interface = gr.Interface(
46
  "state" # History
47
  ],
48
  outputs=["chatbot", "state"],
49
- live=True,
50
  title="Meet your Personal Assistant: Your Helpful and Caring Chatbot",
51
  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."
52
  )
 
46
  "state" # History
47
  ],
48
  outputs=["chatbot", "state"],
49
+ live=False,
50
  title="Meet your Personal Assistant: Your Helpful and Caring Chatbot",
51
  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."
52
  )