Leilaaaah commited on
Commit
71efc50
·
verified ·
1 Parent(s): 80fd64a

multi select restrictions <3

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -61,6 +61,8 @@ with gr.Blocks(theme=theme) as chatbot:
61
  gr.Markdown("## 🥗🍴 The BiteBot")
62
  cuisine=gr.Textbox(label="cuisine")
63
  dietary_restrictions=gr.Dropdown(["Gluten-Free","Dairy-Free","Vegan","Vegetarian","Keto","Kosher","No Soy","No Seafood","No Pork","No Beef"], label="dietary restrictions")
 
 
64
  allergies=gr.Textbox(label="allergies")
65
  gr.ChatInterface(
66
  fn=respond,
 
61
  gr.Markdown("## 🥗🍴 The BiteBot")
62
  cuisine=gr.Textbox(label="cuisine")
63
  dietary_restrictions=gr.Dropdown(["Gluten-Free","Dairy-Free","Vegan","Vegetarian","Keto","Kosher","No Soy","No Seafood","No Pork","No Beef"], label="dietary restrictions")
64
+ multiselect=True,
65
+ info="you can select multiple!"
66
  allergies=gr.Textbox(label="allergies")
67
  gr.ChatInterface(
68
  fn=respond,