gundruke commited on
Commit
c4d3f75
1 Parent(s): 5041150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -147,7 +147,8 @@ with gr.Blocks(theme=theme) as demo:
147
  ["I've been coming here as a child and always come back for the taste."],
148
  ["The tea is great and all the sweets are homemade."],
149
  ["Strong build which really adds to its durability but poor battery life."],
150
- ["We loved the recommendation for the wine, and I think the eggplant parmigiana appetizer should become an entree."]
 
151
  ]
152
  gr.Examples(examples, input_textbox)
153
 
 
147
  ["I've been coming here as a child and always come back for the taste."],
148
  ["The tea is great and all the sweets are homemade."],
149
  ["Strong build which really adds to its durability but poor battery life."],
150
+ ["We loved the recommendation for the wine, and I think the eggplant parmigiana appetizer should become an entree."],
151
+ ["chicken pasta was tasty, wine was super nice but waiter was rude."]
152
  ]
153
  gr.Examples(examples, input_textbox)
154