Spaces:
Runtime error
Runtime error
Upload main.py
Browse files
main.py
CHANGED
|
@@ -86,7 +86,6 @@ PAGES = {
|
|
| 86 |
"accueil": {"file": "client/pages/home.py", "title": "🏠 Accueil"},
|
| 87 |
"chatbot": {"file": "client/pages/nutri.py", "title": "🤖 Chat Bot"},
|
| 88 |
"dashboard": {"file": "client/pages/dashboard.py", "title": "📊 Tableau de Bord"},
|
| 89 |
-
"admin": {"file": "client/pages/settings.py", "title": "bdd"},
|
| 90 |
"user": {
|
| 91 |
"file": "client/pages/user.py",
|
| 92 |
"title": lambda: f"👤 Mon Compte {st.session_state.get('user', '')}",
|
|
|
|
| 86 |
"accueil": {"file": "client/pages/home.py", "title": "🏠 Accueil"},
|
| 87 |
"chatbot": {"file": "client/pages/nutri.py", "title": "🤖 Chat Bot"},
|
| 88 |
"dashboard": {"file": "client/pages/dashboard.py", "title": "📊 Tableau de Bord"},
|
|
|
|
| 89 |
"user": {
|
| 90 |
"file": "client/pages/user.py",
|
| 91 |
"title": lambda: f"👤 Mon Compte {st.session_state.get('user', '')}",
|