Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|