Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,6 +148,7 @@ def query_model(question):
|
|
148 |
welcome_message = """
|
149 |
# ✧ Welcome to Starfinder!
|
150 |
## Your AI-driven assistant for all astronomy-related queries. Created by Aarna, Aditi, and Anastasia of the 2024 Kode With Klossy SF Camp.
|
|
|
151 |
"""
|
152 |
|
153 |
topics = """
|
@@ -158,6 +159,7 @@ topics = """
|
|
158 |
- Stargazing spots
|
159 |
- Celestial events
|
160 |
- Astronomy tips
|
|
|
161 |
"""
|
162 |
|
163 |
def display_title():
|
|
|
148 |
welcome_message = """
|
149 |
# ✧ Welcome to Starfinder!
|
150 |
## Your AI-driven assistant for all astronomy-related queries. Created by Aarna, Aditi, and Anastasia of the 2024 Kode With Klossy SF Camp.
|
151 |
+
## Please ask StarFinder questions about SF, LA, Sacromento
|
152 |
"""
|
153 |
|
154 |
topics = """
|
|
|
159 |
- Stargazing spots
|
160 |
- Celestial events
|
161 |
- Astronomy tips
|
162 |
+
|
163 |
"""
|
164 |
|
165 |
def display_title():
|