Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
3e1917e121 Update label-studio port and scheme 2023-07-20 13:45:28 +01:00

View file

@ -14,7 +14,7 @@ export const LabelStudioWrapper: FC = () => (
<Grid item sx={{ height: "100vh", width: "100%" }}> <Grid item sx={{ height: "100vh", width: "100%" }}>
<Iframe <Iframe
id="link" id="link"
url={"https://label-studio:3000"} url={"http://label-studio:8080"}
width="100%" width="100%"
height="100%" height="100%"
frameBorder={0} frameBorder={0}