PringlePeanut commited on
Commit
8719535
·
verified ·
1 Parent(s): 1c5d783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -109,10 +109,7 @@ def query_model(question):
109
  # Define the welcome message and specific topics the chatbot can provide information about
110
  welcome_message = """
111
  <style>
112
- @font-face{
113
- font-family: 'Silkscreen-Regular';
114
- src: url('Silkscreen-Regular.ttf') format('truetype');
115
- }
116
  <span style="color:#846A6A; font-size:90px; font-weight:bold; font-family:'Silkscreen-Regular';">🎮 Welcome to Plai!</span>
117
 
118
  ## 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.
 
109
  # Define the welcome message and specific topics the chatbot can provide information about
110
  welcome_message = """
111
  <style>
112
+
 
 
 
113
  <span style="color:#846A6A; font-size:90px; font-weight:bold; font-family:'Silkscreen-Regular';">🎮 Welcome to Plai!</span>
114
 
115
  ## 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.