Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|