diff --git a/web/app/components/try/app/index.tsx b/web/app/components/try/app/index.tsx index 24c0a9a4e8..5c737eb061 100644 --- a/web/app/components/try/app/index.tsx +++ b/web/app/components/try/app/index.tsx @@ -25,7 +25,6 @@ const TryApp: FC = ({ ) } - console.log(appInfo) return (
{isChat && ( diff --git a/web/app/components/try/app/text-generation.tsx b/web/app/components/try/app/text-generation.tsx index 447b851f1b..f4cdcc7d84 100644 --- a/web/app/components/try/app/text-generation.tsx +++ b/web/app/components/try/app/text-generation.tsx @@ -124,7 +124,7 @@ const TextGeneration: FC = ({ isCallBatchAPI={false} isPC={isPC} isMobile={!isPC} - appSourceType={AppSourceType.installedApp} + appSourceType={AppSourceType.tryApp} appId={appId} isError={task?.status === TaskStatus.failed} promptConfig={promptConfig}