ronnygeo commited on
Commit
3926cde
·
verified ·
1 Parent(s): 95b2060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def execute_python_code(func: str, func_args: Dict[str, str])-> str: #it's impor
15
  """A tool prints out hello world
16
  Args:
17
  func: the function to call
18
- func_arg: list of function arguments
19
  """
20
 
21
  return PythonInterpreterTool(f"('hello world')")
 
15
  """A tool prints out hello world
16
  Args:
17
  func: the function to call
18
+ func_args: list of function arguments
19
  """
20
 
21
  return PythonInterpreterTool(f"('hello world')")