PringlePeanut commited on
Commit
3ee5f71
·
verified ·
1 Parent(s): ff070ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -110,18 +110,19 @@ 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:#AB4E68; 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:#AB4E68; font-size:60px; 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();">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
 
118
  topics = """
119
- ### Feel Free to ask for recommendations based on:
120
- 🕹️ Genre
121
 
122
- 🕹️ Affordability
 
 
123
 
124
- 🕹️ Feeling
125
  """
126
  theme = gr.themes.Base().set(
127
  background_fill_primary='#FAB9CB', # Light pink background
 
110
 
111
  # Define the welcome message and specific topics the chatbot can provide information about
112
  welcome_message = """
113
+ <span style="color:#A25F9D; 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:#AB4E68; 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
 
118
  topics = """
119
+ <span style="color:#ffefcb; 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>
120
+ <span style="color:#ede5e5; 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
+
124
+ 🩰 Feeling</span>
125
 
 
126
  """
127
  theme = gr.themes.Base().set(
128
  background_fill_primary='#FAB9CB', # Light pink background