Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -151,7 +151,7 @@ def main():
|
|
151 |
with gr.Accordion("点击展开“文件下载区”。", open=False) as area_file_up:
|
152 |
file_upload = gr.Files(label="任何文件, 推荐上传压缩文件(zip, tar)", file_count="multiple", elem_id="elem_upload")
|
153 |
|
154 |
-
with gr.Floating(init_x="0%", init_y="0%", visible=
|
155 |
with gr.Row():
|
156 |
with gr.Tab("上传文件", elem_id="interact-panel"):
|
157 |
gr.Markdown("请上传本地文件/压缩包供“函数插件区”功能调用。请注意: 上传文件后会自动把输入区修改为相应路径。")
|
|
|
151 |
with gr.Accordion("点击展开“文件下载区”。", open=False) as area_file_up:
|
152 |
file_upload = gr.Files(label="任何文件, 推荐上传压缩文件(zip, tar)", file_count="multiple", elem_id="elem_upload")
|
153 |
|
154 |
+
with gr.Floating(init_x="0%", init_y="0%", visible=False, width=None, drag="forbidden", elem_id="tooltip"):
|
155 |
with gr.Row():
|
156 |
with gr.Tab("上传文件", elem_id="interact-panel"):
|
157 |
gr.Markdown("请上传本地文件/压缩包供“函数插件区”功能调用。请注意: 上传文件后会自动把输入区修改为相应路径。")
|