Xianbao QIAN
commited on
Commit
β’
17a3607
1
Parent(s):
cbc828e
update style
Browse files- src/pages/index.tsx +9 -7
src/pages/index.tsx
CHANGED
@@ -125,13 +125,15 @@ const OpenSourceHeatmap: React.FC<{ policyData: PolicyData[] }> = ({
|
|
125 |
policyData,
|
126 |
}) => {
|
127 |
return (
|
128 |
-
<div className="w-full
|
129 |
-
<
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
|
|
|
|
135 |
{/* <div className="text-center text-sm my-8 space-y-4">
|
136 |
<p>
|
137 |
Models, Datasets, and Spaces from the top AI labs.
|
|
|
125 |
policyData,
|
126 |
}) => {
|
127 |
return (
|
128 |
+
<div className="w-full min-h-screen bg-white dark:bg-gray-900 dark:text-white">
|
129 |
+
<div className="max-w-screen-lg mx-auto p-4 py-16">
|
130 |
+
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">
|
131 |
+
China AI policy research π€
|
132 |
+
</h1>
|
133 |
+
|
134 |
+
<AIPoliciesTable policies={policyData} />
|
135 |
+
</div>
|
136 |
+
|
137 |
{/* <div className="text-center text-sm my-8 space-y-4">
|
138 |
<p>
|
139 |
Models, Datasets, and Spaces from the top AI labs.
|