AJ-381 commited on
Commit
27faaa0
Β·
verified Β·
1 Parent(s): ade6203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,6 +141,7 @@ Make the advice practical, location-aware, and future-focused."""
141
  )
142
  return chat.choices[0].message.content
143
 
 
144
  # ------------------------------
145
  # 🧭 Tabs
146
  # ------------------------------
@@ -150,7 +151,6 @@ tabs = st.tabs(["🏠 Home", "πŸ€– RAG Chatbot", "🌍 Climate Intelligence Map"
150
  # 🏠 Home Tab
151
  # ------------------------------
152
  with tabs[0]:
153
- st.title("🌿 PakClimate (Climate Change Awareness App)")
154
  st.markdown("""
155
  ### 🧠 A platform to raise awareness about climate change in Pakistan πŸ‡΅πŸ‡°
156
 
 
141
  )
142
  return chat.choices[0].message.content
143
 
144
+ st.title("🌿 PakClimate (Climate Change Awareness App)")
145
  # ------------------------------
146
  # 🧭 Tabs
147
  # ------------------------------
 
151
  # 🏠 Home Tab
152
  # ------------------------------
153
  with tabs[0]:
 
154
  st.markdown("""
155
  ### 🧠 A platform to raise awareness about climate change in Pakistan πŸ‡΅πŸ‡°
156