RaniRahbani commited on
Commit
3ea6c53
·
verified ·
1 Parent(s): 7fce9fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def respond(
53
  """
54
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
55
  """
56
- demo = gr.ChatInterface(
57
  fn=respond,
58
  chatbot=gr.Chatbot(value=[(None, "Hi there! I'm your Dietician Assistant, here to help you with general advice on diet, "
59
  "nutrition, and healthy eating habits. Let's explore your questions.")],),
 
53
  """
54
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
55
  """
56
+ demo = gr.Interface(
57
  fn=respond,
58
  chatbot=gr.Chatbot(value=[(None, "Hi there! I'm your Dietician Assistant, here to help you with general advice on diet, "
59
  "nutrition, and healthy eating habits. Let's explore your questions.")],),