Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,8 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="emerald"), title="CropSeek-LLM"
|
|
7 |
# ----------------------
|
8 |
gr.HTML("""
|
9 |
<div style="text-align:center; background: linear-gradient(to right, #2c5f2d, #97bc62); padding: 20px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
|
10 |
-
<
|
|
|
11 |
<h3 style="color: #fafafa; font-weight: 300;">Next-Gen Agricultural Intelligence Platform</h3>
|
12 |
</div>
|
13 |
""")
|
|
|
7 |
# ----------------------
|
8 |
gr.HTML("""
|
9 |
<div style="text-align:center; background: linear-gradient(to right, #2c5f2d, #97bc62); padding: 20px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
|
10 |
+
<img src="https://huggingface.co/spaces/DARJYO/CropSeek-LLM/resolve/main/assets/logo.png"
|
11 |
+
style="height:80px; margin-bottom:20px;">
|
12 |
<h3 style="color: #fafafa; font-weight: 300;">Next-Gen Agricultural Intelligence Platform</h3>
|
13 |
</div>
|
14 |
""")
|