eliasangels commited on
Commit
35b175a
·
verified ·
1 Parent(s): 3446e8a

removing excess code

Browse files
Files changed (1) hide show
  1. app.py +0 -15
app.py CHANGED
@@ -101,21 +101,6 @@ body {
101
  background-color: #52528C !important;
102
  }
103
  """
104
-
105
- gr.HTML(
106
- """
107
- <iframe
108
- style="border-radius:12px"
109
- src="https://open.spotify.com/embed/playlist/3WimQBublpHoOkok4Vu4Dj"
110
- width="100%"
111
- height="352"
112
- frameBorder="0"
113
- allowfullscreen=""
114
- allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
115
- loading="lazy">
116
- </iframe>
117
- """
118
- )
119
 
120
  def budgetCalculator(income):
121
  if income is None or income <= 0:
 
101
  background-color: #52528C !important;
102
  }
103
  """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105
  def budgetCalculator(income):
106
  if income is None or income <= 0: