Askinkaty commited on
Commit
63d37a6
·
verified ·
1 Parent(s): 395700e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ def tide_time(date: str) -> str:
50
 
51
  @tool
52
  def get_tide_time() -> str:
53
- """ A tool that visits the given webpage and checks the time of the next high tide in Falesia beach in Algarve.
54
- Returns: A string representing a valid time of the next high tide.
55
  """
56
  url = 'https://www.tideschart.com/Portugal/Faro/Albufeira/Praia-da-Falesia/'
57
  try:
 
50
 
51
  @tool
52
  def get_tide_time() -> str:
53
+ """ A tool that visits the given webpage and checks the time of the next tide in Falesia beach in Algarve.
54
+ Returns: A string representing a valid time of the next tide.
55
  """
56
  url = 'https://www.tideschart.com/Portugal/Faro/Albufeira/Praia-da-Falesia/'
57
  try: