navjotk commited on
Commit
908120e
·
verified ·
1 Parent(s): 143f0e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ def predict_disease(image_path):
69
 
70
  # Gradio UI
71
  with gr.Blocks() as demo:
72
- gr.Markdown("# 🌱 AgroVision: Plant Disease Detection")
73
- with gr.TabItem("🦠 Plant Disease Detection"):
74
  gr.Markdown("### Upload a crop leaf image to detect the disease and get solutions.")
75
  image_input = gr.Image(type="filepath")
76
  disease_btn = gr.Button("Detect Disease")
 
69
 
70
  # Gradio UI
71
  with gr.Blocks() as demo:
72
+ gr.Markdown("# Plant Disease Detection")
73
+ with gr.TabItem("Plant Disease Detection"):
74
  gr.Markdown("### Upload a crop leaf image to detect the disease and get solutions.")
75
  image_input = gr.Image(type="filepath")
76
  disease_btn = gr.Button("Detect Disease")