Add notice on inference page

This commit is contained in:
Viet Anh Nguyen 2024-02-05 14:15:01 +07:00
parent 1e6981485b
commit 2fcff26a7e

View File

@ -64,6 +64,9 @@ const InferencePage = () => {
<SbtPageHeader <SbtPageHeader
title={t`Inference`} title={t`Inference`}
/> />
<p>
{t`Upload files to process. The requests here will not be used in accuracy or payment calculations.`}
</p>
<div style={{ <div style={{
paddingTop: "0.5rem" paddingTop: "0.5rem"
}}> }}>