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