Ritvik commited on
Commit
114988e
Β·
1 Parent(s): ca89e64

Save local changes before pull

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -84,19 +84,6 @@ custom_css = """
84
  """
85
 
86
  # Welcome message with sleek, modern design
87
- welcome_message = """
88
- <div class="header">
89
- <h1>Travelo - Your Ultimate Travel AI</h1>
90
- <p>Embark on your journey! Ask me anything about flights, hotels, or itineraries ✈️🏨</p>
91
- </div>
92
- <p style="color: #e2e8f0;">🌍 I'm Travelo, your AI-powered travel genius, crafted by Travelo LLC. How can I help you today?</p>
93
- <p style="color: #e2e8f0;">Try these examples:</p>
94
- <ul style="color: #e2e8f0;">
95
- <li>"Flights from New York to Paris next month"</li>
96
- <li>"Hotels in London for 3 nights"</li>
97
- <li>"Plan a weekend trip to San Francisco"</li>
98
- </ul>
99
- """
100
 
101
  def enhanced_respond(message, history, system_message, max_tokens, travel_preference):
102
  # Call the existing respond function with fixed temperature/top-p for simplicity
 
84
  """
85
 
86
  # Welcome message with sleek, modern design
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  def enhanced_respond(message, history, system_message, max_tokens, travel_preference):
89
  # Call the existing respond function with fixed temperature/top-p for simplicity