Spaces:
Runtime error
Runtime error
Update app_utils.py
Browse files- app_utils.py +0 -3
app_utils.py
CHANGED
@@ -4,9 +4,6 @@ import os
|
|
4 |
import pickle
|
5 |
import spotipy
|
6 |
import spotipy.util as sp_util
|
7 |
-
from streamlit import button
|
8 |
-
import requests
|
9 |
-
from bokeh.models.widgets import Div
|
10 |
|
11 |
dir_path = os.path.dirname(os.path.realpath(__file__))
|
12 |
|
|
|
4 |
import pickle
|
5 |
import spotipy
|
6 |
import spotipy.util as sp_util
|
|
|
|
|
|
|
7 |
|
8 |
dir_path = os.path.dirname(os.path.realpath(__file__))
|
9 |
|