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"
|
|
@@ -422,7 +422,7 @@ st.markdown('''
|
|
| 422 |
<img src="https://img.icons8.com/fluency/96/travel-card.png" width="90"
|
| 423 |
style="filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));">
|
| 424 |
</div>
|
| 425 |
-
<h1 class="main-header">
|
| 426 |
<p style="font-size: 1.2rem; color: #6c757d; margin-bottom: 25px;">
|
| 427 |
✨ Create your personalized AI-powered travel itinerary in minutes! ✨
|
| 428 |
</p>
|
|
@@ -440,7 +440,7 @@ with st.sidebar:
|
|
| 440 |
border-bottom: 1px solid #eaeaea;">
|
| 441 |
<img src="https://img.icons8.com/fluency/96/travel-card.png" width="80"
|
| 442 |
style="margin-bottom: 15px;">
|
| 443 |
-
<h3 style="margin-bottom: 5px; color: #4361ee;">
|
| 444 |
<p style="color: #6c757d; font-size: 0.9rem;">AI-Powered Travel Planning</p>
|
| 445 |
</div>
|
| 446 |
''', unsafe_allow_html=True)
|
|
@@ -982,7 +982,7 @@ st.markdown("""
|
|
| 982 |
<div style="margin-top: 50px; border-top: 1px solid #e9ecef; padding: 30px 0; color: #6c757d;">
|
| 983 |
<div style="display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; padding: 0 20px;">
|
| 984 |
<div style="flex: 1; min-width: 200px; margin-bottom: 20px;">
|
| 985 |
-
<h4 style="color: #4361ee; margin-bottom: 15px;">
|
| 986 |
<p>AI-powered travel planning made easy. Create personalized itineraries for your dream destinations.</p>
|
| 987 |
</div>
|
| 988 |
<div style="flex: 1; min-width: 200px; margin-bottom: 20px;">
|
|
|
|
| 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"
|
|
|
|
| 422 |
<img src="https://img.icons8.com/fluency/96/travel-card.png" width="90"
|
| 423 |
style="filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));">
|
| 424 |
</div>
|
| 425 |
+
<h1 class="main-header">Globetrotter AI: Your AI Agent for Travelling</h1>
|
| 426 |
<p style="font-size: 1.2rem; color: #6c757d; margin-bottom: 25px;">
|
| 427 |
✨ Create your personalized AI-powered travel itinerary in minutes! ✨
|
| 428 |
</p>
|
|
|
|
| 440 |
border-bottom: 1px solid #eaeaea;">
|
| 441 |
<img src="https://img.icons8.com/fluency/96/travel-card.png" width="80"
|
| 442 |
style="margin-bottom: 15px;">
|
| 443 |
+
<h3 style="margin-bottom: 5px; color: #4361ee;">Globetrotter AI: Your AI Agent for Travelling</h3>
|
| 444 |
<p style="color: #6c757d; font-size: 0.9rem;">AI-Powered Travel Planning</p>
|
| 445 |
</div>
|
| 446 |
''', unsafe_allow_html=True)
|
|
|
|
| 982 |
<div style="margin-top: 50px; border-top: 1px solid #e9ecef; padding: 30px 0; color: #6c757d;">
|
| 983 |
<div style="display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; padding: 0 20px;">
|
| 984 |
<div style="flex: 1; min-width: 200px; margin-bottom: 20px;">
|
| 985 |
+
<h4 style="color: #4361ee; margin-bottom: 15px;">Globetrotter AI: Your AI Agent for Travelling</h4>
|
| 986 |
<p>AI-powered travel planning made easy. Create personalized itineraries for your dream destinations.</p>
|
| 987 |
</div>
|
| 988 |
<div style="flex: 1; min-width: 200px; margin-bottom: 20px;">
|