Update message in display_message function for clarity on ammonia levels
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
def display_message():
|
| 4 |
-
return "現在、以下のトラブルが発生しています。アンモニア態窒素が1,000mg/Lを
|
| 5 |
|
| 6 |
with gr.Blocks() as demo:
|
| 7 |
gr.Markdown("# アンモニア態窒素ステータス")
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
def display_message():
|
| 4 |
+
return "現在、以下のトラブルが発生しています。アンモニア態窒素が基準値1,000mg/Lをオーバーしています。"
|
| 5 |
|
| 6 |
with gr.Blocks() as demo:
|
| 7 |
gr.Markdown("# アンモニア態窒素ステータス")
|