mewmnp commited on
Commit
b11a7a7
1 Parent(s): 5a6d687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ demo = gr.Interface(
31
  ["highlight", "json", "html"],
32
  examples=[
33
  ["What a beautiful morning for a walk!"],
 
34
  ["It was the best of times, it was the worst of times."],
35
  ],
36
  )
 
31
  ["highlight", "json", "html"],
32
  examples=[
33
  ["What a beautiful morning for a walk!"],
34
+ ["A bad day doesn’t mean you have a bad life"]
35
  ["It was the best of times, it was the worst of times."],
36
  ],
37
  )