dogutcu commited on
Commit
b7cb502
·
verified ·
1 Parent(s): 31db930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -119,7 +119,10 @@ topics = """
119
 
120
  # Define the HTML iframe content
121
  iframe = '''
122
- <iframe style="border-radius:12px" src="https://open.spotify.com/episode/1Emjgqf8PfwD42kvyKvtfW?si=FiMLS15yRqS3MxbqHgS66g" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
 
 
 
123
  '''
124
 
125
  def display_iframe():
 
119
 
120
  # Define the HTML iframe content
121
  iframe = '''
122
+ <iframe style="border-radius:12px"
123
+ src="https://open.spotify.com/embed/episode/1Emjgqf8PfwD42kvyKvtfW?utm_source=generator"
124
+ width="100%" height="152" frameBorder="0"
125
+ allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
126
  '''
127
 
128
  def display_iframe():