Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ import uuid
|
|
| 27 |
|
| 28 |
# Page config with beautiful theme
|
| 29 |
st.set_page_config(
|
| 30 |
-
page_title="
|
| 31 |
page_icon="🌬️",
|
| 32 |
layout="wide",
|
| 33 |
initial_sidebar_state="expanded"
|
|
|
|
| 27 |
|
| 28 |
# Page config with beautiful theme
|
| 29 |
st.set_page_config(
|
| 30 |
+
page_title="VayuChat - AI Air Quality Assistant",
|
| 31 |
page_icon="🌬️",
|
| 32 |
layout="wide",
|
| 33 |
initial_sidebar_state="expanded"
|