Update ui/ui_app.py
Browse files- ui/ui_app.py +1 -1
ui/ui_app.py
CHANGED
|
@@ -216,7 +216,7 @@ def build_ui():
|
|
| 216 |
with gr.Tab("外部評価(定量化)"):
|
| 217 |
ext_json = gr.Code(label="外部評価JSON", language="json")
|
| 218 |
with gr.Tab("抽出ログ/デバッグ"):
|
| 219 |
-
debug_out = gr.
|
| 220 |
|
| 221 |
run_btn.click(
|
| 222 |
run_analyze,
|
|
|
|
| 216 |
with gr.Tab("外部評価(定量化)"):
|
| 217 |
ext_json = gr.Code(label="外部評価JSON", language="json")
|
| 218 |
with gr.Tab("抽出ログ/デバッグ"):
|
| 219 |
+
debug_out = gr.Textbox(label="ログ",lines=12, interactive=False)
|
| 220 |
|
| 221 |
run_btn.click(
|
| 222 |
run_analyze,
|