SimpleSam commited on
Commit
45ad4e6
·
verified ·
1 Parent(s): a6063d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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
  #