Abdulla Fahem commited on
Commit
8044a82
·
1 Parent(s): d44a88e

Update application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -333,7 +333,7 @@ def generate_fallback_plan(destination, days, interests, budget):
333
  fallback_plan += f"Note: {budget_text}\n"
334
 
335
  # Format the fallback plan using the same formatter
336
- return format_travel_plan(fallback_plan, days)
337
 
338
  def format_travel_plan(sample_data, destination, days, interests=None, budget=None):
339
  """
 
333
  fallback_plan += f"Note: {budget_text}\n"
334
 
335
  # Format the fallback plan using the same formatter
336
+ return format_travel_plan(fallback_plan, destination, days)
337
 
338
  def format_travel_plan(sample_data, destination, days, interests=None, budget=None):
339
  """