We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eb2fb7 + 2a61c08 commit 0ace311Copy full SHA for 0ace311
app_gradio/app.py
@@ -388,7 +388,7 @@ def get_data_column_mapping():
388
# 修改输出组件部分,使用Tabs
389
with gr.Tabs():
390
with gr.Tab("Result Summary"):
391
- summary_output = gr.Textbox(label="summary", max_height=800)
+ summary_output = gr.JSON(label="summary", max_height=800)
392
with gr.Tab("Result Detail"):
393
detail_output = gr.JSON(label="detail", max_height=800) # 使用JSON组件来更好地展示结构化数据
394
0 commit comments