wolf1997 commited on
Commit
72875c6
·
verified ·
1 Parent(s): fee1152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,10 +44,10 @@ with gr.Blocks(title="Travel Assistant") as app:
44
  gr.Markdown("## Example Questions")
45
  gr.Markdown("""
46
  - "Show me my full schedule"
47
- - "What's on my schedule for Monday?"
48
  - "Do I have anything at 2:00 PM?"
49
- - "When is my team meeting?"
50
- - "What notes are in my schedule?"
51
  - "When am I free on Tuesday?"
52
  """)
53
 
 
44
  gr.Markdown("## Example Questions")
45
  gr.Markdown("""
46
  - "Show me my full schedule"
47
+ - "What can you do?"
48
  - "Do I have anything at 2:00 PM?"
49
+ - "Find a nice vegetarian restaurant in (location)"
50
+ - "edit my schedule to change the time of (event)"
51
  - "When am I free on Tuesday?"
52
  """)
53