Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,8 @@ SPOTIFY_API_URL = "https://api.spotify.com/v1"
|
|
18 |
# Home route
|
19 |
@app.route('/')
|
20 |
def home():
|
21 |
-
return
|
|
|
22 |
|
23 |
# Get Spotify authorization URL
|
24 |
@app.route('/login')
|
|
|
18 |
# Home route
|
19 |
@app.route('/')
|
20 |
def home():
|
21 |
+
return "Welcome to the Image Background Remover!"
|
22 |
+
|
23 |
|
24 |
# Get Spotify authorization URL
|
25 |
@app.route('/login')
|