persadian commited on
Commit
1d32868
·
verified ·
1 Parent(s): 6cac93a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- <h1 style="color: white; margin: 10px 0; font-family: 'Arial Rounded MT Bold', sans-serif;">CropSeek AI</h1>
 
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
  """)