pramodkoujalagi commited on
Commit
7bfdbd0
·
verified ·
1 Parent(s): 86bf279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -45,10 +45,10 @@ Text: {message}
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."
 
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."