mirror of https://github.com/THUDM/ChatGLM2-6B
Update web_demo2.py
parent
b25d2aa38f
commit
7e77a03d57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue