xianbao HF staff commited on
Commit
a377733
1 Parent(s): af52b22

add allen AI

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +1 -0
src/pages/index.tsx CHANGED
@@ -28,6 +28,7 @@ export default function Home() {
28
  "OpenAI": { color: "#10A37F", authors: ["openai"] },
29
  "Anthropic": { color: "#cc785c", authors: ["anthropic"] },
30
  "Google": { color: "#DB4437", authors: ["google"] },
 
31
  }
32
 
33
  const generateCalendarData = (modelData: ModelData[]) => {
 
28
  "OpenAI": { color: "#10A37F", authors: ["openai"] },
29
  "Anthropic": { color: "#cc785c", authors: ["anthropic"] },
30
  "Google": { color: "#DB4437", authors: ["google"] },
31
+ "Allen Institute for AI": { color: "#5E35B1", authors: ["allenai"] }
32
  }
33
 
34
  const generateCalendarData = (modelData: ModelData[]) => {