Spaces:
Running
Running
Update src/pages/index.tsx
Browse files- 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"] },
|