petkar commited on
Commit
d26b093
·
verified ·
1 Parent(s): 320844b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -33,7 +33,6 @@ def my_custom_tool(city1: str, city2: str) -> str:
33
  A string listing the top 5 sightseeing locations in each city.
34
  """
35
 
36
- print("1fff")
37
  # Search for top 5 sightseeing locations in city1
38
  results_city1 = search_model(f"top 5 sightseeing locations in {city1}").split("\n")
39
  # Search for top 5 sightseeing locations in city2
 
33
  A string listing the top 5 sightseeing locations in each city.
34
  """
35
 
 
36
  # Search for top 5 sightseeing locations in city1
37
  results_city1 = search_model(f"top 5 sightseeing locations in {city1}").split("\n")
38
  # Search for top 5 sightseeing locations in city2