HammadKprojects commited on
Commit
de8fb8e
·
verified ·
1 Parent(s): 9b08bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
  )
 
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
  )