Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ def query_model(question):
|
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
# 🎮 Welcome to Plai!
|
|
|
112 |
|
113 |
## Your AI-driven assistant for all videogame related queries. Created by Perennial, Jiya, and Ly-Ly of the 2024 Kode With Klossy San Francisco Camp.
|
114 |
"""
|
|
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
# 🎮 Welcome to Plai!
|
112 |
+
<span style="color:#FAB9CB; font-size:20px; font-weight:bold">🎮 Welcome to Plai!</span>
|
113 |
|
114 |
## Your AI-driven assistant for all videogame related queries. Created by Perennial, Jiya, and Ly-Ly of the 2024 Kode With Klossy San Francisco Camp.
|
115 |
"""
|