添加清除历史对话按钮

pull/166/head
Lu Guanghua 2023-07-03 20:37:21 +08:00 committed by GitHub
parent 7e77a03d57
commit 2e9c4b7539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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