Update app.py
Browse files
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 |
|