Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ if 'chat_history' not in st.session_state:
|
|
25 |
]
|
26 |
|
27 |
# Setup page config and styling
|
28 |
-
st.set_page_config(page_title="
|
29 |
|
30 |
# Apply custom styling
|
31 |
st.markdown("""
|
|
|
25 |
]
|
26 |
|
27 |
# Setup page config and styling
|
28 |
+
st.set_page_config(page_title="MONEYMINDSPilot", page_icon="💰", layout="wide")
|
29 |
|
30 |
# Apply custom styling
|
31 |
st.markdown("""
|