DragonProgrammer commited on
Commit
b0fe47b
·
verified ·
1 Parent(s): 7d09e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -37,8 +37,6 @@ def sous_chef(food:str)-> str: #it's import to specify the return type
37
  except Exception as e:
38
  return f"Error fetching recipe for '{food}': {str(e)}"
39
 
40
-
41
-
42
  # Tutorial tool that fetches the time in a timezone.
43
  @tool
44
  def get_current_time_in_timezone(timezone: str) -> str:
 
37
  except Exception as e:
38
  return f"Error fetching recipe for '{food}': {str(e)}"
39
 
 
 
40
  # Tutorial tool that fetches the time in a timezone.
41
  @tool
42
  def get_current_time_in_timezone(timezone: str) -> str: