Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -438,7 +438,22 @@ def launch_ui():
|
|
438 |
crop_search_output = gr.HTML()
|
439 |
|
440 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
|
|
|
442 |
# Footer Section (fixed)
|
443 |
gr.HTML("""
|
444 |
<div class='footer'>
|
|
|
438 |
crop_search_output = gr.HTML()
|
439 |
|
440 |
|
441 |
+
# --- Coming Soon Plant Doc Feature Section ---
|
442 |
+
gr.Markdown("<div class='section-header'>🌿 Coming Soon: Plant Doctor Feature</div>")
|
443 |
+
with gr.Group(elem_classes="content-box"):
|
444 |
+
gr.HTML("""
|
445 |
+
<div style="text-align: center; padding: 50px; color: #555; font-size: 1.2rem;">
|
446 |
+
<h3>Future Feature: Diagnose Plant Diseases!</h3>
|
447 |
+
<p>Upload an image of your plant, and our AI-powered Plant Doctor will identify potential diseases and suggest treatments. Stay tuned!</p>
|
448 |
+
<div style="margin-top: 30px;">
|
449 |
+
<span style="font-size: 60px;">🌱</span>
|
450 |
+
<span style="font-size: 60px; margin-left: 20px;">🔬</span>
|
451 |
+
<span style="font-size: 60px; margin-left: 20px;">💡</span>
|
452 |
+
</div>
|
453 |
+
</div>
|
454 |
+
""")
|
455 |
|
456 |
+
|
457 |
# Footer Section (fixed)
|
458 |
gr.HTML("""
|
459 |
<div class='footer'>
|