saba000farahani commited on
Commit
7cf3795
·
verified ·
1 Parent(s): 63d3456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks(css=".column-container {height: 100%; display: flex; flex-directi
197
  # Bottom Section: Outputs (Three columns)
198
  with gr.Row():
199
  with gr.Column(scale=2):
200
- gr.Markdown("### 오염도 예측")
201
  for out in contamination_outputs:
202
  out.render()
203
 
 
197
  # Bottom Section: Outputs (Three columns)
198
  with gr.Row():
199
  with gr.Column(scale=2):
200
+ gr.Markdown("### 오염도 예측 ± 7.1%")
201
  for out in contamination_outputs:
202
  out.render()
203