Skip to content

Commit

Permalink
feat: disable predict
Browse files Browse the repository at this point in the history
  • Loading branch information
swalahamani committed Jan 1, 2024
1 parent 415e6ec commit 8244ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/predict-annotate/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ function PredictAnnotatePage() {
}, [newsState, router]);

const onClickPredict = () => {
setInputForm(inputForms.PREDICT);
// setInputForm(inputForms.PREDICT);
alert("Sorry, not available now");
};

const onClickAnnotate = () => {
Expand Down

0 comments on commit 8244ba8

Please sign in to comment.