John Yang commited on
Commit
40ba287
·
1 Parent(s): 76bab0f

Remove `WebShop` example to debug

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -301,8 +301,9 @@ gr.Interface(fn=run_episode,\
301
  outputs="text",\
302
  examples=[
303
  ["I want to find a gold floor lamp with a glass shade and a nickel finish that i can use for my living room, and price lower than 270.00 dollars", "Amazon"],
 
304
  ["I'm trying to find white bluetooth speakers that are not only water resistant but also come with stereo sound", "eBay"],
305
- ["I need some cute heart-shaped glittery cupcake picks as a gift to bring to a baby shower", "WebShop"],
306
  ],\
307
  title="WebShop",\
308
  article="<p style='padding-top:15px;text-align:center;'>To learn more about this project, check out the <a href='https://webshop-pnlp.github.io/' target='_blank'>project page</a>!</p>",\
 
301
  outputs="text",\
302
  examples=[
303
  ["I want to find a gold floor lamp with a glass shade and a nickel finish that i can use for my living room, and price lower than 270.00 dollars", "Amazon"],
304
+ ["I need some cute heart-shaped glittery cupcake picks as a gift to bring to a baby shower", "Amazon"],
305
  ["I'm trying to find white bluetooth speakers that are not only water resistant but also come with stereo sound", "eBay"],
306
+ ["find me the soy free 3.5 ounce 4-pack of dang thai rice chips, and make sure they are the aged cheddar flavor. i also need the ones in the resealable bags", "eBay"]
307
  ],\
308
  title="WebShop",\
309
  article="<p style='padding-top:15px;text-align:center;'>To learn more about this project, check out the <a href='https://webshop-pnlp.github.io/' target='_blank'>project page</a>!</p>",\