SamuelHarner commited on
Commit
63da907
·
1 Parent(s): 18dbd21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def get_song_guess(audio):
23
 
24
 
25
  intro_info = "Santa wants you to sing a Swedish Christmas song so he can try to guess it, but keep in mind that Santa is getting old and doesn't hear so well.\nTo help Santa guess correctly, try to sing clearly or more of the lyrics, and make sure to sing one the songs Santa is familiar with from the list below!"
26
- santa_image_md = "![Santa Claus by DALL-E 3](https://raw.githubusercontent.com/SamuelHarner/app-images/main/images/DALLE-Santa-480.png?raw=true){ style='display: block; margin: 0 auto' }"
27
  song_info = (
28
  "Santa is familiar with these Swedish Christmas songs: \n"
29
  + ListSongs.get_song_list()
 
23
 
24
 
25
  intro_info = "Santa wants you to sing a Swedish Christmas song so he can try to guess it, but keep in mind that Santa is getting old and doesn't hear so well.\nTo help Santa guess correctly, try to sing clearly or more of the lyrics, and make sure to sing one the songs Santa is familiar with from the list below!"
26
+ santa_image_md = '<img style="float: right;" src="https://raw.githubusercontent.com/SamuelHarner/app-images/main/images/DALLE-Santa-480.png?raw=true">'
27
  song_info = (
28
  "Santa is familiar with these Swedish Christmas songs: \n"
29
  + ListSongs.get_song_list()