samarthagarwal23 commited on
Commit
9ba437c
1 Parent(s): d4a5514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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", 10,40],
50
- ["smoky peaty earthy and spicy",50,100],
51
- ["salty and spicy with exotic fruits", 50,500],
52
- ["fragrant nose with chocolate, toffee, pudding and caramel", 100,500],
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
  )