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