MTeguri commited on
Commit
8755267
·
1 Parent(s): fdcd652

Update Gradio interface title in app.py to Japanese: Change from 'Troubleshooting Information' to 'トラブル原因・解決策提示' for improved localization.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ iface = gr.Interface(
244
  fn=run_troubleshooting,
245
  inputs=gr.Number(value=24, label="過去◯時間"), # ← デフォルトは24
246
  outputs="text",
247
- title="Troubleshooting Information",
248
  description="指定した時間数のセンサーデータから閾値チェックを行います"
249
  )
250
 
 
244
  fn=run_troubleshooting,
245
  inputs=gr.Number(value=24, label="過去◯時間"), # ← デフォルトは24
246
  outputs="text",
247
+ title="トラブル原因・解決策提示",
248
  description="指定した時間数のセンサーデータから閾値チェックを行います"
249
  )
250