Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -801,8 +801,8 @@ with gr.Blocks(title="EcoAgent — Eco Lifestyle Assistant") as demo:
|
|
| 801 |
elem_id="chatbot",
|
| 802 |
placeholder=(
|
| 803 |
"<div style='text-align:center;padding:40px 20px;background:#fcfcfd;border-radius:6px;'>"
|
| 804 |
-
"<p style='font-size:1rem;font-weight:600;margin:0 0 6px;color:
|
| 805 |
-
"<p style='font-size:0.84rem;margin:0;color:
|
| 806 |
"eco travel, recycling, or Indian government green schemes.</p>"
|
| 807 |
"</div>"
|
| 808 |
),
|
|
|
|
| 801 |
elem_id="chatbot",
|
| 802 |
placeholder=(
|
| 803 |
"<div style='text-align:center;padding:40px 20px;background:#fcfcfd;border-radius:6px;'>"
|
| 804 |
+
"<p style='font-size:1rem;font-weight:600;margin:0 0 6px;color:white;'>Welcome to EcoAgent</p>"
|
| 805 |
+
"<p style='font-size:0.84rem;margin:0;color:white;'>Ask me anything about sustainable living, "
|
| 806 |
"eco travel, recycling, or Indian government green schemes.</p>"
|
| 807 |
"</div>"
|
| 808 |
),
|