From bf6f5c433df3e1a7711d12b7a993ec570b48d37a Mon Sep 17 00:00:00 2001 From: w_xiaolizu Date: Fri, 19 May 2023 19:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=8F=92=E4=BB=B6tab?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__main__.py b/__main__.py index 00a570f..2766085 100644 --- a/__main__.py +++ b/__main__.py @@ -171,7 +171,7 @@ class ChatBot(ChatBotFrame): outputs=[self.pro_func_prompt, self.pro_prompt_state, self.pro_private_check]) def draw_public_chat(self): - with gr.Tab('Public'): + with gr.Tab('Plugins'): with gr.Accordion("上传本地文件可供高亮函数插件调用", open=False) as self.area_file_up: self.file_upload = gr.Files(label="任何文件, 但推荐上传压缩文件(zip, tar)", file_count="multiple")