Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -352,7 +352,7 @@ with gr.Blocks(css="footer {visibility: hidden;} .custom-image {width: 64px; hei
|
|
| 352 |
|
| 353 |
with gr.Tab("KU インベントリ登録") as tab_reg:
|
| 354 |
with gr.Row():
|
| 355 |
-
input_text = gr.Textbox(label="KU JSON Payroll", lines=10, placeholder="Paste your JSON Payroll here...", info=
|
| 356 |
output_text = gr.Textbox(label="Result")
|
| 357 |
with gr.Row():
|
| 358 |
submit_button = gr.Button("実行", elem_classes=["custom-btn"])
|
|
|
|
| 352 |
|
| 353 |
with gr.Tab("KU インベントリ登録") as tab_reg:
|
| 354 |
with gr.Row():
|
| 355 |
+
input_text = gr.Textbox(label="KU JSON Payroll", lines=10, placeholder="Paste your JSON Payroll here...", info="""[{"kx_subject": "中古車販売における現状と問題点", "kx_creator": "username", "kx_content": "事前情報の収集: 顧客動向、問題・課題の想定、3C分析を通じて仮説を策定する。企業動向、顧客動向、競合動向を分析し、仮説を立案する。仮説提案営業の商談フロー: あいさつ、自社紹介、詳細ヒアリング、仮説検証、解決策の提案、ディスカッション、宿題の出し合い、あいさつのステップを踏む。効果的な商談の進め方: 訪問の趣旨を伝え、基本的な質問をし、相手に話させる。仮説をぶつけ、次回の日付と宿題を決める。ヒアリングの技術: 荷主担当者と営業担当者の知識の差を理解し、必要に応じて役割を分担する。ロジスティクスフローを描き、詳細な設問項目を作成する。", "kx_industry": "物流・流通", "kx_kind": "小売", "kx_category": "提案書", "kx_date": "2025/06/02"}]""")
|
| 356 |
output_text = gr.Textbox(label="Result")
|
| 357 |
with gr.Row():
|
| 358 |
submit_button = gr.Button("実行", elem_classes=["custom-btn"])
|