Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|