shlokamhaisekar commited on
Commit
1e19479
·
verified ·
1 Parent(s): ebaf44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks(theme = chat_theme) as demo:
208
  checkboxes3 = gr.CheckboxGroup(
209
  choices=["Vegetarian", "Vegan", "Dairy Free", "Gluten Free", "Nut Free"],
210
  label="Dietary Restriction"
211
-
212
  send_btn = gr.Button("Send")
213
  history_state = gr.State([])
214
  send_btn.click(
 
208
  checkboxes3 = gr.CheckboxGroup(
209
  choices=["Vegetarian", "Vegan", "Dairy Free", "Gluten Free", "Nut Free"],
210
  label="Dietary Restriction"
211
+ )
212
  send_btn = gr.Button("Send")
213
  history_state = gr.State([])
214
  send_btn.click(