Update pages/ai_buddy.py
Browse files- pages/ai_buddy.py +3 -3
pages/ai_buddy.py
CHANGED
@@ -80,13 +80,13 @@ def get_sound_file_path(sound_name, sound_dir):
|
|
80 |
|
81 |
SOUND_OPTIONS = [
|
82 |
"Gentle Rain", "Ocean Waves", "Forest Ambience", "Soft Wind Chimes",
|
83 |
-
"Tibetan Singing Bowls", "
|
84 |
-
"Birdsong", "White Noise", "Zen
|
85 |
"Whale Songs", "Bamboo Flute", "Thunderstorm", "Cat Purring",
|
86 |
"Campfire", "Windchimes", "Waterfall", "Beach Waves", "Cicadas",
|
87 |
"Coffee Shop Ambience", "Grandfather Clock", "Rainstorm on Tent",
|
88 |
"Tropical Birds", "Subway Train", "Washing Machine", "Fan White Noise",
|
89 |
-
"Tibetan Bells", "Wind in Trees"
|
90 |
]
|
91 |
|
92 |
def show_meditation_timer():
|
|
|
80 |
|
81 |
SOUND_OPTIONS = [
|
82 |
"Gentle Rain", "Ocean Waves", "Forest Ambience", "Soft Wind Chimes",
|
83 |
+
"Tibetan Singing Bowls", "Humming Song", "Crackling Fireplace",
|
84 |
+
"Birdsong", "White Noise", "Zen River", "Heartbeat", "Deep Space",
|
85 |
"Whale Songs", "Bamboo Flute", "Thunderstorm", "Cat Purring",
|
86 |
"Campfire", "Windchimes", "Waterfall", "Beach Waves", "Cicadas",
|
87 |
"Coffee Shop Ambience", "Grandfather Clock", "Rainstorm on Tent",
|
88 |
"Tropical Birds", "Subway Train", "Washing Machine", "Fan White Noise",
|
89 |
+
"Tibetan Bells", "Wind in Trees", "Meditation Bowl", "Meditation Bowl2", "Birds Singing Rainy Day"
|
90 |
]
|
91 |
|
92 |
def show_meditation_timer():
|