mewmnp commited on
Commit
6c95c16
1 Parent(s): b11a7a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ demo = gr.Interface(
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
  )
 
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
  )