Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,6 @@ iface = gr.Interface(fn=merge_excel_tables,
|
|
47 |
gr.File(type='file',label='excle表格2')],
|
48 |
outputs=[gr.outputs.Dataframe(type='pandas',label='合并后表格')],
|
49 |
title="强哥的Excel Processor",
|
50 |
-
description="
|
51 |
|
52 |
iface.launch()
|
|
|
47 |
gr.File(type='file',label='excle表格2')],
|
48 |
outputs=[gr.outputs.Dataframe(type='pandas',label='合并后表格')],
|
49 |
title="强哥的Excel Processor",
|
50 |
+
description="功能描述:根据表格一的第一列,寻找表格二对应第一列的行数据,把表格二中与表格一相同标签数据填入表格一")
|
51 |
|
52 |
iface.launch()
|