Small fix

This commit is contained in:
RYDE-WORK 2024-09-03 14:20:29 +08:00
parent 7d95b4a03c
commit e88a252d31

View File

@ -24,6 +24,7 @@ def main():
"请在侧边栏输入API_KEY。可从"
" https://bigmodel.cn/usercenter/apikeys 获取"
)
st.stop()
client = ZhipuAI(api_key=api_key)
uploaded_file = st.file_uploader(
"上传文件",