raysarocha commited on
Commit
6486045
·
verified ·
1 Parent(s): c9c1406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -192,7 +192,7 @@ def classify_plant(image):
192
  # Interface Gradio
193
  # ============================================
194
  with gr.Blocks(
195
- title="Plant Disease Detector 🌿",
196
  theme=gr.themes.Soft(
197
  primary_hue="green",
198
  secondary_hue="emerald",
@@ -200,8 +200,8 @@ with gr.Blocks(
200
  ) as demo:
201
 
202
  gr.Markdown("""
203
- # 🌿 Plant Disease Detector
204
- ### Identificação Inteligente de Doenças em Plantas
205
 
206
  Upload uma foto da sua planta para receber um diagnóstico instantâneo e recomendações de tratamento.
207
  """)
 
192
  # Interface Gradio
193
  # ============================================
194
  with gr.Blocks(
195
+ title="Plant Identifier & Health Checker 🌿",
196
  theme=gr.themes.Soft(
197
  primary_hue="green",
198
  secondary_hue="emerald",
 
200
  ) as demo:
201
 
202
  gr.Markdown("""
203
+ # 🌿 Plant Identifier & Health Checker
204
+ ### Identificação e Análise de Saúde de Plantas
205
 
206
  Upload uma foto da sua planta para receber um diagnóstico instantâneo e recomendações de tratamento.
207
  """)