changxin commited on
Commit
3386a2d
1 Parent(s): a930236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,6 +162,6 @@ py_exe=d_t.to_pandas()'''
162
  with gr.TabItem("下载测试"):
163
  with gr.Row():
164
  xz_button=gr.Button("绑定下载资源>>")
165
- xz_button.click(xz,gr.JSON(label="请输入需要导出的数据字典信息"), gr.File(label="输出下载资源"),api_name='xz')
166
 
167
  demo.launch()
 
162
  with gr.TabItem("下载测试"):
163
  with gr.Row():
164
  xz_button=gr.Button("绑定下载资源>>")
165
+ xz_button.click(xz,[], gr.File(label="输出下载资源"),api_name='xz')
166
 
167
  demo.launch()