Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import time
|
|
| 5 |
from spotipy.oauth2 import SpotifyClientCredentials
|
| 6 |
|
| 7 |
|
| 8 |
-
debug =
|
| 9 |
dir_path = os.path.dirname(os.path.realpath(__file__))
|
| 10 |
|
| 11 |
st.set_page_config(
|
|
|
|
| 5 |
from spotipy.oauth2 import SpotifyClientCredentials
|
| 6 |
|
| 7 |
|
| 8 |
+
debug = False
|
| 9 |
dir_path = os.path.dirname(os.path.realpath(__file__))
|
| 10 |
|
| 11 |
st.set_page_config(
|