persadian commited on
Commit
990f906
·
verified ·
1 Parent(s): 10370ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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; align:center;">
12
- <h3 style="color: #fafafa; font-weight: 300;">Agricultural Intelligence System</h3>
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
  # ----------------------