Skip to content

Commit

Permalink
First land on topics page
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMuel committed Jan 16, 2025
1 parent 9182f52 commit 96ebe0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def _select_workspace(client, on_change) -> None:

pg = st.navigation(
[
st.Page("src/pages/workspace.py", title="Workspace", icon="📂"),
st.Page("src/pages/topics.py", title="Topics", icon="🔎"),
st.Page("src/pages/settings.py", title="Settings", icon="⚙️"),
st.Page("src/pages/topics.py", title="Topics", icon="🔎", default=True),
st.Page("src/pages/content_studio.py", title="Content Studio", icon="✍️"),
st.Page("src/pages/chatbot.py", title="Chatbot", icon="💬"),
]
Expand Down
File renamed without changes.

0 comments on commit 96ebe0b

Please sign in to comment.