Update app.py
Browse files
app.py
CHANGED
|
@@ -325,7 +325,7 @@ demo = gr.Interface(
|
|
| 325 |
gr.Textbox(label="π Prediction Summary", lines=10, interactive=False),
|
| 326 |
gr.Markdown(label="π Detailed Explanation")
|
| 327 |
],
|
| 328 |
-
title="π± Plant Disease Detection
|
| 329 |
description="Upload a plant leaf image to detect disease, get symptoms, treatment, and optionally an expert explanation."
|
| 330 |
)
|
| 331 |
|
|
|
|
| 325 |
gr.Textbox(label="π Prediction Summary", lines=10, interactive=False),
|
| 326 |
gr.Markdown(label="π Detailed Explanation")
|
| 327 |
],
|
| 328 |
+
title="π± Plant Disease Detection App",
|
| 329 |
description="Upload a plant leaf image to detect disease, get symptoms, treatment, and optionally an expert explanation."
|
| 330 |
)
|
| 331 |
|