From 263e47d87a009e02dc22dec9631946988585a30e Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Thu, 6 Feb 2025 14:01:55 +0100 Subject: [PATCH] Update appDefinition.json --- appDefinition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appDefinition.json b/appDefinition.json index 1a6093e..9b962a5 100644 --- a/appDefinition.json +++ b/appDefinition.json @@ -15,7 +15,7 @@ "outputs" : [ { "dataType" : "image_data", "fileFormat" : "PNG", - "fileName" : "multiplied_numbers_plot.png", + "fileName" : "multiplied_numbers_plot_chart.png", "isReturnedValue" : false } ], "requiredTools" : [ "python3", "python-numpy" ],