Skip to content

Commit

Permalink
update webui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imClumsyPanda committed Aug 12, 2023
1 parent b1d4831 commit 79d87d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified knowledge_base/samples/vector_store/index.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def on_change(key):
options=list(pages.keys()),
icons=[i["icon"] for i in pages.values()],
menu_icon="chat-quote",
default_index=list(pages.keys()).index(st.session_state["cur_chat_name"]),
# default_index=list(pages.keys()).index(st.session_state["cur_chat_name"]),
)

if selected_page == "新建对话":
Expand Down

0 comments on commit 79d87d3

Please sign in to comment.