diff --git a/Spotify_Dashboard.py b/Spotify_Dashboard.py index 52ff853..77e3c1b 100644 --- a/Spotify_Dashboard.py +++ b/Spotify_Dashboard.py @@ -3,10 +3,10 @@ from google.oauth2 import service_account import plotly.express as px import pandas as pd -#import warnings from helper_functions_notebook import rain_emojis +#import warnings -# bigquery +# bigquery! credentials = service_account.Credentials.from_service_account_info( st.secrets["gcp_service_account"] )