com-ple7e commited on
Commit
be2579d
·
1 Parent(s): 912dc86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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! Welcome to {radio_name}, 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 at {radio_name}!"
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: