Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def query_model(question):
|
|
110 |
welcome_message = """
|
111 |
# 📲 Welcome to PhoneFinder!
|
112 |
|
113 |
-
## Your AI-driven assistant for phone recommendations. Created by Heidi Santiago
|
114 |
"""
|
115 |
|
116 |
topics = """
|
@@ -121,7 +121,7 @@ topics = """
|
|
121 |
- Color
|
122 |
- Brand
|
123 |
|
124 |
-
Examples:
|
125 |
- I want a phone with a screen length longer than 5 inches and a price lower than $500.
|
126 |
- Please recommend an Android phone smaller than 5 inches.
|
127 |
- iPhone with the color blue
|
|
|
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 = """
|
|
|
121 |
- Color
|
122 |
- Brand
|
123 |
|
124 |
+
### Examples:
|
125 |
- I want a phone with a screen length longer than 5 inches and a price lower than $500.
|
126 |
- Please recommend an Android phone smaller than 5 inches.
|
127 |
- iPhone with the color blue
|