Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,10 +32,11 @@ def handle_chat(query, history):
|
|
32 |
# ----------------------
|
33 |
# UI Components
|
34 |
# ----------------------
|
35 |
-
|
36 |
-
#
|
37 |
-
|
38 |
-
|
|
|
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);">
|