Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,9 +108,9 @@ def query_model(question):
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
-
# 📲 Welcome to PhoneFinder
|
112 |
|
113 |
-
## Your AI-driven assistant for phone recommendations. Created by Heidi Santiago
|
114 |
"""
|
115 |
|
116 |
topics = """
|
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
+
# 📲 Welcome to **PhoneFinder**!
|
112 |
|
113 |
+
## Your AI-driven assistant for phone recommendations. Created by *Heidi Santiago*, *Kashia Yang*, and *Phoebe Ng* of the 2024 Kode With Klossy LA Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|