Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
4c486f2
1
Parent(s):
aebd48b
Update toolbox.py
Browse files- toolbox.py +1 -1
toolbox.py
CHANGED
@@ -455,7 +455,7 @@ def on_file_uploaded(files, chatbot, txt):
|
|
455 |
chatbot.append(['我上传了文件,请查收',
|
456 |
f'[Local Message] 收到以下文件: \n\n{moved_files_str}' +
|
457 |
f'\n\n调用路径参数已自动修正到: \n\n{txt}' +
|
458 |
-
f'\n\n
|
459 |
return chatbot, txt
|
460 |
|
461 |
|
|
|
455 |
chatbot.append(['我上传了文件,请查收',
|
456 |
f'[Local Message] 收到以下文件: \n\n{moved_files_str}' +
|
457 |
f'\n\n调用路径参数已自动修正到: \n\n{txt}' +
|
458 |
+
f'\n\n现在您点击任意“红颜色”标识的函数插件时,以上文件将被作为输入参数'+err_msg])
|
459 |
return chatbot, txt
|
460 |
|
461 |
|