rishisim commited on
Commit
b84a68a
1 Parent(s): b25077f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -95,7 +95,8 @@ gr.ChatInterface(
95
  textbox = gr.Textbox(placeholder="Type in your message"),
96
  title = "Chitti Chatbot: AIoT SMART Labs Assistant",
97
  description = "Ask Chitti any question about the organization, program, or projects. I'm using a free API with rate limits, so response may be slow sometimes",
98
- examples = ["What is the IoT Summer Program?", "I'm a 9th grader. Am I eligible for the program?", "What are the dates for the online & live batches?"],
 
99
  theme = "base",
100
  ).launch()
101
 
 
95
  textbox = gr.Textbox(placeholder="Type in your message"),
96
  title = "Chitti Chatbot: AIoT SMART Labs Assistant",
97
  description = "Ask Chitti any question about the organization, program, or projects. I'm using a free API with rate limits, so response may be slow sometimes",
98
+ examples = ["What is the IoT Summer Program?", "I'm a 9th grader. Am I eligible for the program?", "What are the dates for the online & live batches?",
99
+ "What projects do we do in this summer program?", "What accounts do we need to create for the IoT Summer Program 2024"],
100
  theme = "base",
101
  ).launch()
102