Update label-studio port and scheme

This commit is contained in:
Ana Custura 2023-07-20 11:33:04 +01:00
parent 282808583b
commit 3e1917e121

View file

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