Spaces:
Sleeping
Sleeping
[email protected]
commited on
Commit
·
4e9fde0
1
Parent(s):
f367f47
Remove default setting for form page in navigation
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def main():
|
|
66 |
saved_documents = st.Page("pages/persistent_documents.py", title="Communs", icon="🗃️")
|
67 |
documents = st.Page("pages/documents.py", title="Vos documents", icon="📂")
|
68 |
prompt_system = st.Page("pages/prompt_system.py", title="Prompt système", icon="🖊️")
|
69 |
-
form = st.Page("pages/form.py", title="Paramètres", icon="📋"
|
70 |
chatbot = st.Page("pages/chatbot.py", title="Chatbot", icon="🤖", default=True)
|
71 |
|
72 |
pg = st.navigation(
|
|
|
66 |
saved_documents = st.Page("pages/persistent_documents.py", title="Communs", icon="🗃️")
|
67 |
documents = st.Page("pages/documents.py", title="Vos documents", icon="📂")
|
68 |
prompt_system = st.Page("pages/prompt_system.py", title="Prompt système", icon="🖊️")
|
69 |
+
form = st.Page("pages/form.py", title="Paramètres", icon="📋")
|
70 |
chatbot = st.Page("pages/chatbot.py", title="Chatbot", icon="🤖", default=True)
|
71 |
|
72 |
pg = st.navigation(
|