From 69bcfabd490a8c948a00449db6f7686e7d9dbd6a Mon Sep 17 00:00:00 2001 From: asc2244 Date: Wed, 26 Mar 2025 19:03:24 -0400 Subject: [PATCH] made last changes --- Spotify_Dashboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] )