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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -109,10 +109,9 @@ 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
- 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)
 
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)
116
 
117
  chatbot.launch(ssr_mode=False)