Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ def load_credentials(filepath):
|
|
114 |
return json.load(file)
|
115 |
|
116 |
# Load credentials from 'credentials.json'
|
117 |
-
credentials = load_credentials('
|
118 |
|
119 |
# Initialize session state if not already done
|
120 |
if 'logged_in' not in st.session_state:
|
|
|
114 |
return json.load(file)
|
115 |
|
116 |
# Load credentials from 'credentials.json'
|
117 |
+
credentials = load_credentials('credentials.json')
|
118 |
|
119 |
# Initialize session state if not already done
|
120 |
if 'logged_in' not in st.session_state:
|