Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
54 |
-
Returns: A string representing a valid time of the next
|
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:
|