Update app.py
Browse files
app.py
CHANGED
@@ -110,14 +110,14 @@ def query_model(question):
|
|
110 |
|
111 |
# Define the welcome message and specific topics the chatbot can provide information about
|
112 |
welcome_message = """
|
113 |
-
<span style="color:#
|
114 |
|
115 |
-
<span style="color:#
|
116 |
"""
|
117 |
-
|
118 |
topics = """
|
119 |
-
<span style="color:#
|
120 |
-
|
|
|
121 |
|
122 |
🎀 Affordability
|
123 |
|
|
|
110 |
|
111 |
# Define the welcome message and specific topics the chatbot can provide information about
|
112 |
welcome_message = """
|
113 |
+
<span style="color:#ede5e5; font-size:90px; font-weight:bold; font_path = 'Silkscreen-Regular.ttf'font_manager.fontManager.addfont(font_path); plt.rcParams['font.family'] = font_manager.FontProperties(fname=font_path).get_name();">💝 Welcome to Plai!</span>
|
114 |
|
115 |
+
<span style="color:#ffefcb; font-size:30px; font-weight:light; font_path = 'Silkscreen-Regular.ttf'font_manager.fontManager.addfont(font_path); plt.rcParams['font.family'] = font_manager.FontProperties(fname=font_path).get_name();">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.</span>
|
116 |
"""
|
|
|
117 |
topics = """
|
118 |
+
<span style="color:#AB4E68; font-size:20px; font-weight:bold; font_path = 'Silkscreen-Regular.ttf'font_manager.fontManager.addfont(font_path); plt.rcParams['font.family'] = font_manager.FontProperties(fname=font_path).get_name();">Feel Free to ask for Recommendations Based on:</span>
|
119 |
+
|
120 |
+
<span style="color:#A25F9D; font-size:15px; font-weight:light; font_path = 'Silkscreen-Regular.ttf'font_manager.fontManager.addfont(font_path); plt.rcParams['font.family'] = font_manager.FontProperties(fname=font_path).get_name();">🌸 Genre
|
121 |
|
122 |
🎀 Affordability
|
123 |
|