Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,6 +37,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 37 |
def get_property(location: str) -> str:
|
| 38 |
"""
|
| 39 |
A tool to that shows property.
|
|
|
|
|
|
|
| 40 |
"""
|
| 41 |
try:
|
| 42 |
#
|
|
|
|
| 37 |
def get_property(location: str) -> str:
|
| 38 |
"""
|
| 39 |
A tool to that shows property.
|
| 40 |
+
Args:
|
| 41 |
+
location: The location where property is supposed to be searched
|
| 42 |
"""
|
| 43 |
try:
|
| 44 |
#
|