Corin1998 commited on
Commit
5701080
·
verified ·
1 Parent(s): 379b2b2

Update ui/ui_app.py

Browse files
Files changed (1) hide show
  1. 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.Code(label="ログ", language="text")
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,