Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ client = load_groq_client()
|
|
| 25 |
|
| 26 |
# UI Header
|
| 27 |
st.markdown(
|
| 28 |
-
"<h1 style='text-align: center; color: #2E8B57;'>🌿 Climate
|
| 29 |
"<p style='text-align: center; font-size: 18px;'>Upload a climate report and ask environment-related questions.</p>",
|
| 30 |
unsafe_allow_html=True
|
| 31 |
)
|
|
|
|
| 25 |
|
| 26 |
# UI Header
|
| 27 |
st.markdown(
|
| 28 |
+
"<h1 style='text-align: center; color: #2E8B57;'>🌿 Climate Companion</h1>"
|
| 29 |
"<p style='text-align: center; font-size: 18px;'>Upload a climate report and ask environment-related questions.</p>",
|
| 30 |
unsafe_allow_html=True
|
| 31 |
)
|