Skip to content

Commit 41758b1

Browse files
authored
Some changes of the default shown tags (#598)
* Tags cleanup * Update Types.ts * Update Types.ts * Update Types.ts
1 parent a5cb73d commit 41758b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

js/src/lib/interfaces/Types.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,13 +673,15 @@ export const PIPELINE_TAGS_DISPLAY_ORDER: Array<PipelineType> = [
673673
* Let's keep their number not too high to not spread out models/datasets too much.
674674
*/
675675
export const OTHER_TAGS_SUGGESTIONS = [
676-
"biomedical",
677676
"chemistry",
677+
"biology",
678678
"finance",
679679
"legal",
680680
"music",
681-
"science",
682-
"waifu-diffusion",
681+
"art",
682+
"code",
683+
"climate",
684+
"medical",
683685
];
684686

685687

0 commit comments

Comments
 (0)