baskadir commited on
Commit
cfe0387
·
verified ·
1 Parent(s): 6c04fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
  @tool
37
- def find_hotels(location: str, price_range: str) -> list:
38
  """Fetches the most suitable 10 hotels in a given location and price range.
39
 
40
  Args:
 
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
  @tool
37
+ def find_hotels(location: str, price_range: str) -> list:
38
  """Fetches the most suitable 10 hotels in a given location and price range.
39
 
40
  Args: