Add
and Upload custom functions
, like this:
str
is used by default.Example
requirements.txt
, stores all dependencies along with their versions. Here is the sample format:
Example
functions.py
file that stores an implementation of the functions and the requirements.txt
file that stores all the dependencies. We named the storage collection as custom_functions
.
Now we can use the functions as below: