Spaces:
Runtime error
Runtime error
samarthagarwal23
commited on
Commit
•
9ba437c
1
Parent(s):
d4a5514
Update app.py
Browse files
app.py
CHANGED
@@ -46,10 +46,10 @@ interface = gr.Interface(
|
|
46 |
outputs=gr.outputs.Dataframe(max_rows=1, overflow_row_behaviour="paginate", type="pandas", label="Scotch recommendations"),
|
47 |
title = "Scotch Recommendation",
|
48 |
description = "Looking for scotch recommendations and have some flavours in mind? \nGet recommendations at a preferred price range using semantic search :) ",
|
49 |
-
examples=[["very sweet with lemons and oranges and marmalades",
|
50 |
-
["smoky peaty earthy and spicy",50
|
51 |
-
["salty and spicy with exotic fruits",
|
52 |
-
["fragrant nose with chocolate, toffee, pudding and caramel", 100
|
53 |
],
|
54 |
theme="grass",
|
55 |
)
|
|
|
46 |
outputs=gr.outputs.Dataframe(max_rows=1, overflow_row_behaviour="paginate", type="pandas", label="Scotch recommendations"),
|
47 |
title = "Scotch Recommendation",
|
48 |
description = "Looking for scotch recommendations and have some flavours in mind? \nGet recommendations at a preferred price range using semantic search :) ",
|
49 |
+
examples=[["very sweet with lemons and oranges and marmalades", "$0-$50"],
|
50 |
+
["smoky peaty earthy and spicy","$50-$100"],
|
51 |
+
["salty and spicy with exotic fruits", "$100+"],
|
52 |
+
["fragrant nose with chocolate, toffee, pudding and caramel", "$50-$100"],
|
53 |
],
|
54 |
theme="grass",
|
55 |
)
|