update default docs order
Browse files
frontend/src/components/Benchmark/CreateForm.jsx
CHANGED
|
@@ -89,18 +89,18 @@ function CreateForm({ onStartGeneration }) {
|
|
| 89 |
icon: <MenuBookIcon sx={{ fontSize: 40 }} />,
|
| 90 |
description: "A comprehensive guide for Pokemon enthusiasts",
|
| 91 |
},
|
| 92 |
-
{
|
| 93 |
-
id: "the-bitter-lesson",
|
| 94 |
-
name: "The Bitter Lesson",
|
| 95 |
-
icon: <ArticleIcon sx={{ fontSize: 40 }} />,
|
| 96 |
-
description: "A seminal paper on AI development by Rich Sutton",
|
| 97 |
-
},
|
| 98 |
{
|
| 99 |
id: "hurricane-faq",
|
| 100 |
name: "Hurricane FAQ",
|
| 101 |
icon: <DescriptionIcon sx={{ fontSize: 40 }} />,
|
| 102 |
description: "Frequently asked questions about hurricanes",
|
| 103 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
];
|
| 105 |
|
| 106 |
const handleCloseSnackbar = () => {
|
|
|
|
| 89 |
icon: <MenuBookIcon sx={{ fontSize: 40 }} />,
|
| 90 |
description: "A comprehensive guide for Pokemon enthusiasts",
|
| 91 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
{
|
| 93 |
id: "hurricane-faq",
|
| 94 |
name: "Hurricane FAQ",
|
| 95 |
icon: <DescriptionIcon sx={{ fontSize: 40 }} />,
|
| 96 |
description: "Frequently asked questions about hurricanes",
|
| 97 |
},
|
| 98 |
+
{
|
| 99 |
+
id: "the-bitter-lesson",
|
| 100 |
+
name: "The Bitter Lesson",
|
| 101 |
+
icon: <ArticleIcon sx={{ fontSize: 40 }} />,
|
| 102 |
+
description: "A seminal paper on AI development by Rich Sutton",
|
| 103 |
+
},
|
| 104 |
];
|
| 105 |
|
| 106 |
const handleCloseSnackbar = () => {
|