Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|