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(frontend): update text #539

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ const InputData = () => {
上传文件
</NativeUpload>
<div style={{ color: '#999', fontSize: 12 }}>
支持上传 jsonl 格式的预标注文件或LabelU 导出 json 标注文件,参考{' '}
支持上传 jsonl json 格式的预标注文件,参考{' '}
<a
target="_blank"
href="https://opendatalab.github.io/labelU/schema/pre-annotation/json"
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/tasks.[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const Samples = () => {
<Tooltip
title={
<>
数据导入时上传 labelu 导出的 json标注文件或组装成 jsonl 文件 即可导入预标注,预标注格式参考{' '}
数据导入时上传 json 或 jsonl 格式的预标注文件,参考{' '}
<a
href="https://opendatalab.github.io/labelU/schema/pre-annotation/json"
target="_blank"
Expand Down
Loading