Spaces:
Runtime error
Runtime error
def method_example(arg_json): | |
pass | |
functions_dictionary = { | |
"method_example": method_example, | |
} |
def method_example(arg_json): | |
pass | |
functions_dictionary = { | |
"method_example": method_example, | |
} |