Spaces:
Runtime error
Runtime error
John Yang
commited on
Commit
·
a596db8
1
Parent(s):
81bbb03
Include `WebShop` example
Browse files
app.py
CHANGED
|
@@ -301,8 +301,8 @@ 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", "Amazon"],
|
| 305 |
["I need some cute heart-shaped glittery cupcake picks as a gift to bring to a baby shower", "eBay"],
|
|
|
|
| 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", "eBay"],
|
| 305 |
+
["I'm trying to find white bluetooth speakers that are not only water resistant but also come with stereo sound", "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>",\
|