AdinaY HF Staff commited on
Commit
b617a33
·
verified ·
1 Parent(s): df89c48

Update src/pages/index.tsx

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +1 -1
src/pages/index.tsx CHANGED
@@ -14,7 +14,7 @@ import OrganizationCard from "../components/OrganizationCard";
14
  import { getRankingBadge } from "../utils/ranking";
15
 
16
  const PROVIDERS: ProviderInfo[] = [
17
- { color: "#E91E63", authors: ["Baidu"] },
18
  { color: "#00BCD4", authors: ["tencent"] },
19
  { color: "#FFD700", authors: ["BAAI"] },
20
  { color: "#DC143C", authors: ["OpenGVLab","InternLM"] },
 
14
  import { getRankingBadge } from "../utils/ranking";
15
 
16
  const PROVIDERS: ProviderInfo[] = [
17
+ { color: "#E91E63", authors: ["Baidu","PaddlePaddle"] },
18
  { color: "#00BCD4", authors: ["tencent"] },
19
  { color: "#FFD700", authors: ["BAAI"] },
20
  { color: "#DC143C", authors: ["OpenGVLab","InternLM"] },