Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,12 @@ def get_popular_trend(activity):
|
|
7 |
"gaming": "Popular gaming titles include The Legend of Zelda: Tears of the Kingdom, Baldur's Gate 3, and Final Fantasy XVI.",
|
8 |
"reading": "Popular books are 'Fourth Wing' by Rebecca Yarros, 'Happy Place' by Emily Henry, and 'Iron Flame' by Rebecca Yarros.",
|
9 |
"movies": "Trending movies are 'Barbie', 'Oppenheimer', and 'Mission: Impossible – Dead Reckoning Part One'.",
|
10 |
-
"music": "Top songs include 'As It Was' by Harry Styles, 'Levitating' by Dua Lipa, and 'Bad Habits' by Ed Sheeran."
|
|
|
|
|
|
|
|
|
|
|
11 |
}
|
12 |
|
13 |
return trends.get(activity.lower(), "Sorry, I don't have information on that activity right now.")
|
|
|
7 |
"gaming": "Popular gaming titles include The Legend of Zelda: Tears of the Kingdom, Baldur's Gate 3, and Final Fantasy XVI.",
|
8 |
"reading": "Popular books are 'Fourth Wing' by Rebecca Yarros, 'Happy Place' by Emily Henry, and 'Iron Flame' by Rebecca Yarros.",
|
9 |
"movies": "Trending movies are 'Barbie', 'Oppenheimer', and 'Mission: Impossible – Dead Reckoning Part One'.",
|
10 |
+
"music": "Top songs include 'As It Was' by Harry Styles, 'Levitating' by Dua Lipa, and 'Bad Habits' by Ed Sheeran.",
|
11 |
+
"sports": "Popular sports right now are soccer, basketball, and tennis.",
|
12 |
+
"travel": "Trending travel destinations include Bali, Paris, and Tokyo.",
|
13 |
+
"tech": "Hot tech trends include AI advancements, electric vehicles, and quantum computing.",
|
14 |
+
"food": "Trending food items include sushi, tacos, and avocado toast.",
|
15 |
+
"fashion": "Current fashion trends include oversized blazers, chunky sneakers, and pastel colors."
|
16 |
}
|
17 |
|
18 |
return trends.get(activity.lower(), "Sorry, I don't have information on that activity right now.")
|