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 25th, April 2025 at 3 PM with Harper, Grace, and Alex in the art gallery for 1 hour, bring your bag.",
|
49 |
+
"Schedule a meeting with the marketing team on 21/04/2025 at 2 PM in the conference room.",
|
50 |
+
"Brainstorming session at the innovation hub on 27th, Jan 2025 at 10:00 am for 90 minutes.",
|
51 |
+
"Interview scheduled on 24 - April - 2024 at 10am for 1.5 hours on Microsoft Teams with Chris and Laura."
|
52 |
],
|
53 |
title="Calendar Event Extraction",
|
54 |
description="Enter text containing event information, and I'll extract the details into a JSON format."
|