Update web_demo2.py

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

View File

@ -5,7 +5,7 @@ from streamlit_chat import message
st.set_page_config(
page_title="ChatGLM2-6b 演示",
page_icon=":robot:"
layout='wide'
layout='wide',
)
@st.cache_resource