MrTravelX commited on
Commit
aa1c7e0
·
verified ·
1 Parent(s): 88dbdcc

Make the UI as amazing as you

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -524,11 +524,11 @@ if not st.session_state.generation_complete:
524
  "Nature", "Shopping", "Nightlife", "Family-friendly"],
525
  default=["Culture", "Food & Dining"])
526
 
527
- # Additional information in an expander
528
- with st.expander("🌟 Additional Preferences & Requirements", expanded=False):
529
- preferences = st.text_area("Specific Interests", placeholder="e.g., I love history museums, local cuisine, hiking, contemporary art...")
530
  special_requirements = st.text_area("Special Requirements",
531
- placeholder="e.g., dietary restrictions, accessibility needs, traveling with children...")
532
 
533
  # Submit button with enhanced styling
534
  submit_button = st.form_submit_button("🚀 Create My Personal Travel Itinerary")
@@ -1004,7 +1004,7 @@ st.markdown("""
1004
  </div>
1005
  </div>
1006
  <div style="text-align: center; margin-top: 30px;">
1007
- <p>© 2025 BlockX AI Travel | All rights reserved | Built with ❤️ from the team of BlockX AI Ltd https://blockxint.com.</p>
1008
  </div>
1009
  </div>
1010
  """, unsafe_allow_html=True)
 
524
  "Nature", "Shopping", "Nightlife", "Family-friendly"],
525
  default=["Culture", "Food & Dining"])
526
 
527
+ # Simplified expander
528
+ with st.expander("Additional Preferences", expanded=False):
529
+ preferences = st.text_area("Interests", placeholder="History museums, local cuisine, hiking, art...")
530
  special_requirements = st.text_area("Special Requirements",
531
+ placeholder="Dietary restrictions, accessibility needs...")
532
 
533
  # Submit button with enhanced styling
534
  submit_button = st.form_submit_button("🚀 Create My Personal Travel Itinerary")
 
1004
  </div>
1005
  </div>
1006
  <div style="text-align: center; margin-top: 30px;">
1007
+ <p>© 2023 BlockX Travel | All rights reserved | Built with ❤️ using Streamlit and Advanced AI</p>
1008
  </div>
1009
  </div>
1010
  """, unsafe_allow_html=True)