Corin1998 commited on
Commit
31203de
·
verified ·
1 Parent(s): ba67af2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(title="営業自動化 Agent Studio", theme=gr.themes.Soft()) as
89
  run_btn = gr.Button("ワークフロー実行", variant="primary")
90
 
91
  with gr.Column():
92
- score_json = gr.Code(label="✅ 企業スコア(JSON)", language="json")
93
  contexts_text = gr.Textbox(label="🧠 抽出コンテキスト(上位)", lines=8)
94
  proposal_md = gr.Markdown(label="✍️ 提案ドラフト(Markdown)")
95
 
 
89
  run_btn = gr.Button("ワークフロー実行", variant="primary")
90
 
91
  with gr.Column():
92
+ score_json = gr.Textbox(label="✅ 企業スコア(JSON)", lines=10, interactive=False)
93
  contexts_text = gr.Textbox(label="🧠 抽出コンテキスト(上位)", lines=8)
94
  proposal_md = gr.Markdown(label="✍️ 提案ドラフト(Markdown)")
95