Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,10 @@ iframe2 = '''
|
|
122 |
|
123 |
# Define the welcome message and specific topics the chatbot can provide information about
|
124 |
welcome_message = """
|
125 |
-
|
|
|
|
|
|
|
126 |
## 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.
|
127 |
"""
|
128 |
|
|
|
122 |
|
123 |
# Define the welcome message and specific topics the chatbot can provide information about
|
124 |
welcome_message = """
|
125 |
+
<span style="color:#718355; font-size:24px; font-weight:bold;"> 🪷 Welcome to CalmConnect! 🪷</span>
|
126 |
+
"""
|
127 |
+
|
128 |
+
"""
|
129 |
## 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.
|
130 |
"""
|
131 |
|