Spaces:
Build error
Build error
fix: update user
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ auth = st.secrets.to_dict()
|
|
118 |
if "credentials" not in auth:
|
119 |
auth["credentials"] = {
|
120 |
"usernames": {
|
121 |
-
"
|
122 |
"email": getenv("EMAIL"),
|
123 |
"password": getenv("PASSWORD"),
|
124 |
"first_name": "Admin",
|
|
|
118 |
if "credentials" not in auth:
|
119 |
auth["credentials"] = {
|
120 |
"usernames": {
|
121 |
+
"camplanAI": {
|
122 |
"email": getenv("EMAIL"),
|
123 |
"password": getenv("PASSWORD"),
|
124 |
"first_name": "Admin",
|