Geek7 commited on
Commit
3e9c3cd
·
verified ·
1 Parent(s): 314d547

Update app.py

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