Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from travel import (
|
|
| 12 |
|
| 13 |
# Set page configuration with modern theme
|
| 14 |
st.set_page_config(
|
| 15 |
-
page_title="
|
| 16 |
page_icon="✈️",
|
| 17 |
layout="wide",
|
| 18 |
initial_sidebar_state="expanded"
|
|
@@ -971,7 +971,7 @@ if st.session_state.generation_complete:
|
|
| 971 |
# Footer for the app
|
| 972 |
st.markdown("""
|
| 973 |
<div style="margin-top: 50px; text-align: center; padding: 20px; color: #6c757d; font-size: 0.8rem;">
|
| 974 |
-
<p
|
| 975 |
</div>
|
| 976 |
""", unsafe_allow_html=True)
|
| 977 |
|
|
@@ -1004,7 +1004,7 @@ st.markdown("""
|
|
| 1004 |
</div>
|
| 1005 |
</div>
|
| 1006 |
<div style="text-align: center; margin-top: 30px;">
|
| 1007 |
-
<p
|
| 1008 |
</div>
|
| 1009 |
</div>
|
| 1010 |
-
""", unsafe_allow_html=True)
|
|
|
|
| 12 |
|
| 13 |
# Set page configuration with modern theme
|
| 14 |
st.set_page_config(
|
| 15 |
+
page_title=" Globetrotter AI: Your AI Agent for Travelling",
|
| 16 |
page_icon="✈️",
|
| 17 |
layout="wide",
|
| 18 |
initial_sidebar_state="expanded"
|
|
|
|
| 971 |
# Footer for the app
|
| 972 |
st.markdown("""
|
| 973 |
<div style="margin-top: 50px; text-align: center; padding: 20px; color: #6c757d; font-size: 0.8rem;">
|
| 974 |
+
<p>Built with ❤️ for you</p>
|
| 975 |
</div>
|
| 976 |
""", unsafe_allow_html=True)
|
| 977 |
|
|
|
|
| 1004 |
</div>
|
| 1005 |
</div>
|
| 1006 |
<div style="text-align: center; margin-top: 30px;">
|
| 1007 |
+
<p>Built with ❤️ for You</p>
|
| 1008 |
</div>
|
| 1009 |
</div>
|
| 1010 |
+
""", unsafe_allow_html=True)
|