Spaces:
Running
Running
[email protected]
commited on
Commit
·
f367f47
1
Parent(s):
a4c0e68
Set default page for Chatbot in navigation
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def main():
|
|
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="🤖")
|
71 |
|
72 |
pg = st.navigation(
|
73 |
{
|
|
|
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(
|
73 |
{
|