mgetz commited on
Commit
185e036
·
verified ·
1 Parent(s): 3ee0296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def query_model(question):
97
 
98
  # Define the welcome message and specific topics the chatbot can provide information about
99
  welcome_message = """
100
- # 💋 Welcome to CelebrityFinder!
101
 
102
  ## I'm an AI-driven assistant that provides the names of celebrities based on the physical attributes you provide. Created by Matt Getz of the 2024 Kode With Klossy LA Camp.
103
  """
 
97
 
98
  # Define the welcome message and specific topics the chatbot can provide information about
99
  welcome_message = """
100
+ # <p style="text-align: center;">💋 Welcome to CelebrityFinder!</p>
101
 
102
  ## I'm an AI-driven assistant that provides the names of celebrities based on the physical attributes you provide. Created by Matt Getz of the 2024 Kode With Klossy LA Camp.
103
  """