Update app.py
Browse files
app.py
CHANGED
@@ -45,10 +45,10 @@ Text: {message}
|
|
45 |
demo = gr.ChatInterface(
|
46 |
respond,
|
47 |
examples=[
|
48 |
-
"Plan an exhibition walkthrough on
|
49 |
-
"Schedule a meeting with the marketing team
|
50 |
-
"
|
51 |
-
"
|
52 |
],
|
53 |
title="Calendar Event Extraction",
|
54 |
description="Enter text containing event information, and I'll extract the details into a JSON format."
|
|
|
45 |
demo = gr.ChatInterface(
|
46 |
respond,
|
47 |
examples=[
|
48 |
+
"Plan an exhibition walkthrough on 15th, April 2028 at 3 PM with Harper, Grace, and Alex in the art gallery for 1 hour.",
|
49 |
+
"Schedule a meeting with the marketing team tomorrow at 2 PM in the conference room.",
|
50 |
+
"Let's do a weekly team standup every Monday at 9 AM for 30 minutes starting next week.",
|
51 |
+
"Reminder to pick up groceries this Saturday afternoon."
|
52 |
],
|
53 |
title="Calendar Event Extraction",
|
54 |
description="Enter text containing event information, and I'll extract the details into a JSON format."
|