Spaces:
Runtime error
Runtime error
Update Gradio interface title in app.py to Japanese: Change from 'Troubleshooting Information' to 'トラブル原因・解決策提示' for improved localization.
Browse files
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="
|
| 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 |
|