Spaces:
Runtime error

zlmqi commited on
Commit
43040e9
·
verified ·
1 Parent(s): dac20cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,6 +236,6 @@ gr.ChatInterface(
236
  title="Educational Chatbot",
237
  description="Ask the AI chatbot any questions related to the course or subject",
238
  theme="Ocean",
239
- examples=["What can you help me with?","When and where does the class meet?","What about the exams?","how many assignments will I have?","What is a relational database?","Tell me a database joke."],
240
  ).launch(share=True)
241
 
 
236
  title="Educational Chatbot",
237
  description="Ask the AI chatbot any questions related to the course or subject",
238
  theme="Ocean",
239
+ examples=["Tell me about the course.","how many assignments do I need to complete?","Tell me an IT joke."],
240
  ).launch(share=True)
241