Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,8 +33,8 @@ def create_and_launch_interface():
|
|
| 33 |
"Stay tuned for the latest news updates.",
|
| 34 |
"We have a special surprise coming up, so don't change that dial!",
|
| 35 |
"Call in and let us know your favorite song!",
|
| 36 |
-
"Good evening, listeners!
|
| 37 |
-
"Stay tuned for more beats and stories that'll keep you on your toes
|
| 38 |
]
|
| 39 |
outro = random.choice(["Thanks for tuning in!", "Hope you're enjoying the broadcast!", "Keep rocking with us!"])
|
| 40 |
elif frequency in AMradio_frequencies:
|
|
|
|
| 33 |
"Stay tuned for the latest news updates.",
|
| 34 |
"We have a special surprise coming up, so don't change that dial!",
|
| 35 |
"Call in and let us know your favorite song!",
|
| 36 |
+
"Good evening, listeners! This is the station where the rhythm never stops and the stories keep you hooked.",
|
| 37 |
+
"Stay tuned for more beats and stories that'll keep you on your toes on this radio show!"
|
| 38 |
]
|
| 39 |
outro = random.choice(["Thanks for tuning in!", "Hope you're enjoying the broadcast!", "Keep rocking with us!"])
|
| 40 |
elif frequency in AMradio_frequencies:
|