Sh1vn commited on
Commit
54c104d
1 Parent(s): 708358e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with demo:
93
  gr.Markdown("🧘‍♀️ **Skeduler**")
94
  gr.Markdown(
95
  "‼️Disclaimer: This chatbot is based on a Skeduler Space that is publicly available. "
96
- "This not an official app for boooking appointments in real time, and the use of this chatbot is at your own responsibility.‼️"
97
  )
98
 
99
  chatbot = gr.ChatInterface(
@@ -103,6 +103,12 @@ with demo:
103
  ["Can you guide me through the app?"],
104
  ["How do I find the nearest location?"],
105
  ["How can I cancel an appointment? "],
 
 
 
 
 
 
106
  ],
107
  title='Skeduler 👩‍⚕️'
108
  )
 
93
  gr.Markdown("🧘‍♀️ **Skeduler**")
94
  gr.Markdown(
95
  "‼️Disclaimer: This chatbot is based on a Skeduler Space that is publicly available. "
96
+ "This not an official app for booking appointments in real time, and the use of this chatbot is at your own responsibility.‼️"
97
  )
98
 
99
  chatbot = gr.ChatInterface(
 
103
  ["Can you guide me through the app?"],
104
  ["How do I find the nearest location?"],
105
  ["How can I cancel an appointment? "],
106
+ ["How can I get reminders for my appointment?"],
107
+ ["What are all the different services available?"],
108
+ ["Available Payment Methods"],
109
+ ["Payment history"],
110
+ ["Security and Privacy"],
111
+ ["Support"],
112
  ],
113
  title='Skeduler 👩‍⚕️'
114
  )