Mjlehtim commited on
Commit
c7b80f4
·
verified ·
1 Parent(s): a93a5d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('Assets/credentials.json')
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: