Spaces:
Runtime error
Runtime error
Commit
·
35368c6
1
Parent(s):
f19ad30
update code runner
Browse files
app.py
CHANGED
@@ -812,7 +812,7 @@ python_tool2 = Tool(
|
|
812 |
python_tool3 = Tool(
|
813 |
name = "Code Runner",
|
814 |
func = Code_Runner,
|
815 |
-
description = """Code Interpreter which is able to run code block in local machine.\n It is capable to treat **any** task by running the code and output the result. (i.e. analyzer data, modify/creat documents ...)\n You should input detail python script code with right indentation."""
|
816 |
)
|
817 |
|
818 |
|
|
|
812 |
python_tool3 = Tool(
|
813 |
name = "Code Runner",
|
814 |
func = Code_Runner,
|
815 |
+
description = """Code Interpreter which is able to run code block in local machine.\n It is capable to treat **any** task by running the code and output the result. (i.e. analyzer data, modify/creat documents, draw diagram/flowchart ...)\n You should input detail python script code with right indentation."""
|
816 |
)
|
817 |
|
818 |
|