RaniRahbani commited on
Commit
7db631f
·
verified ·
1 Parent(s): bfd30b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -55,6 +55,10 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
55
  """
56
  demo = gr.ChatInterface(
57
  fn=respond,
 
 
 
 
58
  # additional_inputs=[
59
  # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
60
  # gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
55
  """
56
  demo = gr.ChatInterface(
57
  fn=respond,
58
+ title="Hi there! I'm your Dietician Assistant, here to help you with general advice on diet, nutrition, and healthy eating habits. Let's explore your questions.",
59
+ examples=["What are some healthy snacks I can eat if I feel hungry between meals?",
60
+ "How can I improve my gut health through diet?",
61
+ "Can you recommend some high-protein vegetarian meals?"]
62
  # additional_inputs=[
63
  # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
64
  # gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),