Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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')")
|