update webui.py
This commit is contained in:
parent
b1d48317e1
commit
79d87d3344
Binary file not shown.
2
webui.py
2
webui.py
|
|
@ -59,7 +59,7 @@ if __name__ == "__main__":
|
||||||
options=list(pages.keys()),
|
options=list(pages.keys()),
|
||||||
icons=[i["icon"] for i in pages.values()],
|
icons=[i["icon"] for i in pages.values()],
|
||||||
menu_icon="chat-quote",
|
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 == "新建对话":
|
if selected_page == "新建对话":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue