|
|
@@ -16,9 +16,10 @@ function DatasetAnnotation() { |
|
|
}; |
|
|
}; |
|
|
return ( |
|
|
return ( |
|
|
<div className={styles.container}> |
|
|
<div className={styles.container}> |
|
|
<iframe src="http://172.20.32.181:31213/label-studio" className={styles.frame}></iframe> |
|
|
|
|
|
|
|
|
{iframeUrl && <iframe src={iframeUrl} className={styles.frame}></iframe>} |
|
|
</div> |
|
|
</div> |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export default DatasetAnnotation; |
|
|
export default DatasetAnnotation; |
|
|
|
|
|
|