abi-codes commited on
Commit
27b0144
·
verified ·
1 Parent(s): f1cf613

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(theme=custom_theme) as chatbot:
112
  gr.Image("REAL SIDEBAR.png", show_label=False, show_share_button=False, show_download_button=False)
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)
116
- restrictions = gr.CheckboxGroup(["Gluten free", "Dairy free", "Halal", "kosher", "vegan", "vegetarian"], label="Dietary restrictions", info="Chose one or more!")
117
-
118
  chatbot.launch(ssr_mode=False)
 
112
  gr.Image("REAL SIDEBAR.png", show_label=False, show_share_button=False, show_download_button=False)
113
  with gr.Column(scale=4):
114
  with gr.Row(scale=1):
115
+ restrictions = gr.CheckboxGroup(["Gluten free", "Dairy free", "Halal", "Kosher", "Vegan", "Vegetarian"], label="Dietary restrictions", info="Chose one or more!")
116
  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)
117
+
 
118
  chatbot.launch(ssr_mode=False)