Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: LEAP-930: Changes to ML settings UI #5712

Merged
merged 11 commits into from
Apr 18, 2024
Prev Previous commit
Next Next commit
changing the copy
  • Loading branch information
Michael Malyuk committed Apr 9, 2024
commit d87528ec6ba6f68809c0502b2c7d4cfc969e2d1a
16 changes: 3 additions & 13 deletions web/apps/labelstudio/src/pages/Settings/AnnotationSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,13 @@ export const AnnotationSettings = () => {

<Form.Row columnCount={1} style={{ borderTop: '1px solid #f1f1f1' }}>
<br />
<Elem name={'header'}>Live Predictions</Elem>
<Elem name={'header'}>Prelabeling</Elem>
<div>
<Toggle
label="Use predictions to pre-label tasks"
label="Use predictions to prelabel tasks"
description={
<span>
Enable and select which set of predictions to use for prelabeling.
Predictions will be pre-loaded in {" "}
<a
style={{ color: "rgb(105 129 185)" }}
target="_blank" href="https://labelstud.io/guide/labeling.html#Choose-which-tasks-to-label"
>Label&nbsp;All&nbsp;Tasks</a>{" "}
and {" "}
<a
style={{ color: "rgb(105 129 185)" }}
target="_blank" href="https://labelstud.io/guide/get_started#Interface"
>Quick View</a>.
Enable and select which set of predictions to use for prelabeling.
</span>
}
name="show_collab_predictions"
Expand Down