abi-codes commited on
Commit
3d06bce
·
verified ·
1 Parent(s): 6c5121c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(theme=custom_theme) as chatbot:
109
  gr.Image("Untitled design.jpg", show_label=False, show_share_button=False, show_download_button=False)
110
  with gr.Row(scale=2):
111
  with gr.Column(scale=1):
112
- restrictions = gr.CheckboxGroup(["Gluten free", "Dairy free", "Nut free" "Halal", "Kosher", "Vegan", "Vegetarian"], label="Dietary restrictions", info="Chose one or more!")
113
  with gr.Column(scale=4):
114
  with gr.Row(scale=1):
115
  gr.ChatInterface(fn=respond, additional_inputs=[restrictions], type="messages", description="🥬🥦Want to find a safe place to eat? Well you have came to the right place!🥦🥬", theme=custom_theme)
 
109
  gr.Image("Untitled design.jpg", show_label=False, show_share_button=False, show_download_button=False)
110
  with gr.Row(scale=2):
111
  with gr.Column(scale=1):
112
+ restrictions = gr.CheckboxGroup(["Gluten free", "Dairy free", "Nut free", "Halal", "Kosher", "Vegan", "Vegetarian"], label="Dietary restrictions", info="Chose one or more!")
113
  with gr.Column(scale=4):
114
  with gr.Row(scale=1):
115
  gr.ChatInterface(fn=respond, additional_inputs=[restrictions], type="messages", description="🥬🥦Want to find a safe place to eat? Well you have came to the right place!🥦🥬", theme=custom_theme)