danielcwq commited on
Commit
71f15f9
1 Parent(s): ff7bbb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -75,7 +75,8 @@ with block:
75
  gr.Examples(
76
  examples=[
77
  "Summarise the key contents of this case in an easy to understand manner, without adding additional details.",
78
- "Provide a chronological breakdown of what transpired during the case."
 
79
  ],
80
  inputs=message,
81
  )
 
75
  gr.Examples(
76
  examples=[
77
  "Summarise the key contents of this case in an easy to understand manner, without adding additional details.",
78
+ "Provide a chronological breakdown of what transpired during the case.",
79
+ "Summarise the case in a concise and informational manner."
80
  ],
81
  inputs=message,
82
  )