samarthagarwal23 commited on
Commit
25bc958
1 Parent(s): 11ee1d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ interface = gr.Interface(
41
  gr.outputs.Textbox(label="Recommendations"),
42
  ],
43
  title = "Scotch Recommendation",
44
- examples=["very sweet with lemons and oranges and marmalades", "smoky peaty earthy and spicy"],
 
45
  theme="huggingface",
46
  )
47
 
 
41
  gr.outputs.Textbox(label="Recommendations"),
42
  ],
43
  title = "Scotch Recommendation",
44
+ examples=[["very sweet with lemons and oranges and marmalades"],
45
+ ["smoky peaty earthy and spicy"]],
46
  theme="huggingface",
47
  )
48