Spaces:
Sleeping
Sleeping
multi select restrictions <3
Browse files
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,
|