[email protected] commited on
Commit
4e9fde0
·
1 Parent(s): f367f47

Remove default setting for form page in navigation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="📋", default=True)
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(