faiyazansariusa commited on
Commit
b288730
·
verified ·
1 Parent(s): 0f680d6

Update app.py

Browse files

fixed build issue

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def get_attractions(city: str) -> str:
60
  attractions = [result["name"] for result in response["results"]]
61
  return f"Faiyaz-Recommended places by of attraction in {city}:\n" + "\n".join(attractions)
62
  except Exception as e:
63
- return f"Error fetching attractions data: {str(e) by Faiyaz}"
64
 
65
 
66
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
60
  attractions = [result["name"] for result in response["results"]]
61
  return f"Faiyaz-Recommended places by of attraction in {city}:\n" + "\n".join(attractions)
62
  except Exception as e:
63
+ return f"Error fetching attractions data: {str(e)} by Faiyaz"
64
 
65
 
66
  # Below is an example of a tool that does nothing. Amaze us with your creativity !