From 627c0f1244a4376998f5f7057a4da05c72a2d055 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 18 Oct 2022 15:22:27 +0200 Subject: [PATCH] Add 'sample_app.py' --- sample_app.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sample_app.py diff --git a/sample_app.py b/sample_app.py new file mode 100644 index 0000000..d8e622f --- /dev/null +++ b/sample_app.py @@ -0,0 +1,15 @@ +# This function was automatically generated. When modifying its signature, take care to apply +# modifications also to the descriptor files in the repository. + +def main(numbers_file, multiplier): + """ + Main function for application: PYTHONSAMPLEAPP + Arguments: + numbers_file: path to input file of type 'text_data' + multiplier: parameter of type 'INTEGER' + Returns: + A file named 'multiplied_numbers_plot.png' of type 'image_data' and format 'PNG' + """ + + # TODO: Put your application code here +