From 2fcff26a7e4035616bb64bd9846df9528ab04578 Mon Sep 17 00:00:00 2001 From: Viet Anh Nguyen Date: Mon, 5 Feb 2024 14:15:01 +0700 Subject: [PATCH] Add notice on inference page --- cope2n-fe/src/pages/inference/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cope2n-fe/src/pages/inference/index.tsx b/cope2n-fe/src/pages/inference/index.tsx index 7bd18f1..82f24a4 100644 --- a/cope2n-fe/src/pages/inference/index.tsx +++ b/cope2n-fe/src/pages/inference/index.tsx @@ -64,6 +64,9 @@ const InferencePage = () => { +

+ {t`Upload files to process. The requests here will not be used in accuracy or payment calculations.`} +