Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,8 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="emerald"), title="CropSeek-LLM"
|
|
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 |
-
|
13 |
-
</div>
|
14 |
""")
|
15 |
|
16 |
# ----------------------
|
|
|
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 |
+
</div>
|
|
|
13 |
""")
|
14 |
|
15 |
# ----------------------
|