MrTravelX commited on
Commit
cea6763
·
verified ·
1 Parent(s): 180a014

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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="BlockX Travel Itinerary Generator",
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>© 2023 AI Travel Planner | Built with ❤️ using Streamlit and advanced AI</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>© 2023 BlockX Travel | All rights reserved | Built with ❤️ from team of BlockXAI Ltd. https://blockxint.com </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)