Geek7 commited on
Commit
89696bb
·
verified ·
1 Parent(s): cfe4016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 render_template('index.html')
 
 
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')