Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ with demo:
|
|
48 |
table_output = gr.Dataframe(label="输出读取的表格数据",show_label=True)
|
49 |
dq_button = gr.Button("开始读取>>")
|
50 |
|
51 |
-
tj_button.click(fx1, inputs=text_input, outputs=text_output
|
52 |
cs_button.click(fx2, inputs=val_input, outputs=json_output)
|
53 |
dq_button.click(fx3, inputs=file_input, outputs=table_output)
|
54 |
|
|
|
48 |
table_output = gr.Dataframe(label="输出读取的表格数据",show_label=True)
|
49 |
dq_button = gr.Button("开始读取>>")
|
50 |
|
51 |
+
tj_button.click(fx1, inputs=text_input, outputs=text_output)
|
52 |
cs_button.click(fx2, inputs=val_input, outputs=json_output)
|
53 |
dq_button.click(fx3, inputs=file_input, outputs=table_output)
|
54 |
|