Leilaaaah commited on
Commit
111f23a
·
verified ·
1 Parent(s): fe7d3ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -63,8 +63,6 @@ with gr.Blocks(theme=theme) as chatbot:
63
  show_label=False,
64
  show_share_button = False,
65
  show_download_button = False)
66
- gr.ChatInterface(respond, type="messages")
67
- gr.Markdown("## 🥗🍴 The BiteBot")
68
  cuisine=gr.Textbox(label="cuisine")
69
  dietary_restrictions=gr.Dropdown(["Gluten-Free","Dairy-Free","Vegan","Vegetarian","Keto","Kosher","No Soy","No Seafood","No Pork","No Beef"], label="dietary restrictions", multiselect=True,info="you can select multiple!")
70
  allergies=gr.Textbox(label="allergies")
 
63
  show_label=False,
64
  show_share_button = False,
65
  show_download_button = False)
 
 
66
  cuisine=gr.Textbox(label="cuisine")
67
  dietary_restrictions=gr.Dropdown(["Gluten-Free","Dairy-Free","Vegan","Vegetarian","Keto","Kosher","No Soy","No Seafood","No Pork","No Beef"], label="dietary restrictions", multiselect=True,info="you can select multiple!")
68
  allergies=gr.Textbox(label="allergies")