Update app.py
Browse files
app.py
CHANGED
@@ -116,6 +116,7 @@ iframe = '''
|
|
116 |
|
117 |
# Define the welcome message and specific topics the chatbot can provide information about
|
118 |
welcome_message = """
|
|
|
119 |
# 🪷 Welcome to CalmConnect! 🪷
|
120 |
|
121 |
## Your AI-driven assistant for destressing and extracurricular opportunity queries. Created by Olivia W, Alice T, and Cindy W of the 2024 Kode With Klossy CITY Camp.
|
|
|
116 |
|
117 |
# Define the welcome message and specific topics the chatbot can provide information about
|
118 |
welcome_message = """
|
119 |
+
theme='gstaff/xkcd'
|
120 |
# 🪷 Welcome to CalmConnect! 🪷
|
121 |
|
122 |
## Your AI-driven assistant for destressing and extracurricular opportunity queries. Created by Olivia W, Alice T, and Cindy W of the 2024 Kode With Klossy CITY Camp.
|