Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
|