aashnaj commited on
Commit
3fe50be
·
verified ·
1 Parent(s): b5a2a43
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ with gr.Blocks(theme=theme) as chatbot:
64
  show_label=False,
65
  show_share_button = False,
66
  show_download_button = False)
 
67
  cuisine=gr.Textbox(label="cuisine")
68
  dietary_restrictions=gr.Dropdown(["Gluten-Free","Dairy-Free","Vegan","Vegetarian","Keto","Kosher","No Soy","No Seafood","No Pork","No Beef"], label="dietary restrictions", multiselect=True,info="you can select multiple!")
69
  allergies=gr.Textbox(label="allergies")
 
64
  show_label=False,
65
  show_share_button = False,
66
  show_download_button = False)
67
+ gr.Markdown("### 👋 Welcome to Henrietta the Chatbot!\nTell me your preferred **cuisine**, any **dietary restrictions**, and **allergies**, and I’ll help you figure out what to cook. You can ask questions like:\n- _“What should I make tonight?”_\n- _“Give me something vegan and Indian.”_\n- _“I’m allergic to nuts—what can I eat?”_")
68
  cuisine=gr.Textbox(label="cuisine")
69
  dietary_restrictions=gr.Dropdown(["Gluten-Free","Dairy-Free","Vegan","Vegetarian","Keto","Kosher","No Soy","No Seafood","No Pork","No Beef"], label="dietary restrictions", multiselect=True,info="you can select multiple!")
70
  allergies=gr.Textbox(label="allergies")