persadian commited on
Commit
08cc158
·
verified ·
1 Parent(s): d3b87f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -32,10 +32,11 @@ def handle_chat(query, history):
32
  # ----------------------
33
  # UI Components
34
  # ----------------------
35
- with gr.Blocks(theme=gr.themes.Soft(), title="CropSeek LLM") as demo:
36
- # Header Section
37
- gr.Markdown
38
- gr.HTML("""
 
39
  <div style="text-align:center; background: linear-gradient(to right, #2c5f2d, #97bc62); padding: 20px; border-radius: 10px;">
40
  <img src="https://huggingface.co/spaces/DARJYO/CropSeek-LLM/resolve/main/assets/logo.png"
41
  style="height:100px; filter: drop-shadow(2px 2px 4px #00000060);">
 
32
  # ----------------------
33
  # UI Components
34
  # ----------------------
35
+ wwith gr.Blocks(theme=gr.themes.Soft(primary_hue="emerald"), title="CropSeek-LLM") as demo:
36
+ # ----------------------
37
+ # Enhanced Header
38
+ # ----------------------
39
+ gr.HTML("""
40
  <div style="text-align:center; background: linear-gradient(to right, #2c5f2d, #97bc62); padding: 20px; border-radius: 10px;">
41
  <img src="https://huggingface.co/spaces/DARJYO/CropSeek-LLM/resolve/main/assets/logo.png"
42
  style="height:100px; filter: drop-shadow(2px 2px 4px #00000060);">