解决下拉插件的问题哦

This commit is contained in:
w_xiaolizu
2023-04-28 18:17:54 +08:00
parent 26c20ed2f5
commit c1aebca6a3
8 changed files with 32 additions and 27 deletions

View File

@ -78,7 +78,7 @@ def ArgsGeneralWrapper(f):
return decorated
def update_ui(chatbot, history, msg='正常', txt=' ', *args): # 刷新界面
def update_ui(chatbot, history, msg='正常', txt='', *args): # 刷新界面
"""
刷新用户界面
"""