priyar84 commited on
Commit
99af2b5
·
verified ·
1 Parent(s): c983075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def my_custom_tool(prompt: str)-> str: #it's import to specify the return type
16
  Returns:
17
  str: A URL to the generated image.
18
  """
19
- return "Generated image URL"
20
 
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str:
 
16
  Returns:
17
  str: A URL to the generated image.
18
  """
19
+ return "Generated image URL"
20
 
21
  @tool
22
  def get_current_time_in_timezone(timezone: str) -> str: