mirror of https://github.com/THUDM/ChatGLM2-6B
添加清除历史对话按钮
parent
7e77a03d57
commit
2e9c4b7539
|
@ -4,8 +4,8 @@ from streamlit_chat import message
|
|||
|
||||
st.set_page_config(
|
||||
page_title="ChatGLM2-6b 演示",
|
||||
page_icon=":robot:"
|
||||
layout='wide',
|
||||
page_icon=":robot:",
|
||||
layout='wide'
|
||||
)
|
||||
|
||||
@st.cache_resource
|
||||
|
|
Loading…
Reference in New Issue