Nymbo commited on
Commit
eb494a1
1 Parent(s): 8381e23

Update src/pages/index.tsx

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +13 -14
src/pages/index.tsx CHANGED
@@ -3,22 +3,21 @@ import ActivityCalendar from "react-activity-calendar";
3
  import { Tooltip } from '@mui/material';
4
 
5
  const PROVIDERS_MAP = {
6
- "Huggingface Projects": { color: "#55fac0", authors: ["Huggingface Projects"] },
7
- "AK": { color: "#ff5733", authors: ["akhaliq"] },
8
- "Sylvain Filoni": { color: "#33ff57", authors: ["akhaliq"] },
9
- "Apolinário from multimodal AI art": { color: "#3357ff", authors: ["multimodalart"] },
10
- "Ohenenoo": { color: "#ff33a1", authors: ["PeepDaSlan9"] },
11
  "Omnibus": { color: "#a1ff33", authors: ["Omnibus"] },
12
- "yuvraj sharma": { color: "#ffa133", authors: ["ysharma"] },
13
- "Merve Noyan": { color: "#33a1ff", authors: ["merve"] },
14
- "Joseph Pollack": { color: "#a133ff", authors: ["Tonic"] },
15
- "Radamés Ajna": { color: "#ff3366", authors: ["radames"] },
16
  "Xenova": { color: "#33ffcc", authors: ["Xenova"] },
17
- "Julian Bilcke": { color: "#cc33ff", authors: ["jbilcke-hf"] },
18
- "Tony Assi": { color: "#ffcc33", authors: ["tonyassi"] },
19
- "Eric Hristoforu": { color: "#33ccff", authors: ["ehristoforu"] },
20
- "ArtificialGuy/JV.K": { color: "#ccff33", authors: ["artificialguybr"] },
21
- "Prithiv Sakthi": { color: "#ff6633", authors: ["prithivMLmods"] },
22
  "Nymbo": { color: "#55fac0", authors: ["Nymbo"] },
23
  };
24
 
 
3
  import { Tooltip } from '@mui/material';
4
 
5
  const PROVIDERS_MAP = {
6
+ "akhaliq": { color: "#ff5733", authors: ["akhaliq"] },
7
+ "Sylvain Filoni": { color: "#33ff57", authors: ["fffiloni"] },
8
+ "multimodalart": { color: "#3357ff", authors: ["multimodalart"] },
9
+ "PeepDaSlan9": { color: "#ff33a1", authors: ["PeepDaSlan9"] },
 
10
  "Omnibus": { color: "#a1ff33", authors: ["Omnibus"] },
11
+ "ysharma": { color: "#ffa133", authors: ["ysharma"] },
12
+ "merve": { color: "#33a1ff", authors: ["merve"] },
13
+ "Tonic": { color: "#a133ff", authors: ["Tonic"] },
14
+ "radames": { color: "#ff3366", authors: ["radames"] },
15
  "Xenova": { color: "#33ffcc", authors: ["Xenova"] },
16
+ "jbilcke": { color: "#cc33ff", authors: ["jbilcke-hf"] },
17
+ "tonyassi": { color: "#ffcc33", authors: ["tonyassi"] },
18
+ "ehristoforu": { color: "#33ccff", authors: ["ehristoforu"] },
19
+ "artificialguybr": { color: "#ccff33", authors: ["artificialguybr"] },
20
+ "prithivMLmods": { color: "#ff6633", authors: ["prithivMLmods"] },
21
  "Nymbo": { color: "#55fac0", authors: ["Nymbo"] },
22
  };
23