Skip to content

Commit

Permalink
add demo id
Browse files Browse the repository at this point in the history
  • Loading branch information
reigj1 authored and reigj1 committed May 10, 2024
1 parent 9b1f6ac commit 40290f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/pages/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ function AIPage() {
variants={transitions.item}
>
Train and run AI models as smart contracts fully onchain to
benefit from the security, resilience, and computation power of the
ICP blockchain.
benefit from the security, resilience, and computation power of
the ICP blockchain.
</motion.p>
{/* <MotionLink
className="button-white"
Expand Down Expand Up @@ -237,8 +237,8 @@ function AIPage() {
<motion.p className="text-2xl mb-0 ">
As companies race to build AI-powered products, they leave
users no option but to blindly trust the underlying AI models.
Their behavior is non-deterministic and not verifiable. Worse,
{" "}<Link
Their behavior is non-deterministic and not verifiable. Worse,{" "}
<Link
className="font-bold"
to="https://twitter.com/AnthropicAI/status/1745854907968880970"
target="_blank"
Expand All @@ -247,10 +247,10 @@ function AIPage() {
</Link>{" "}
that it is possible to tamper with AI models in an
undetectable way. Users have no visibility into how their data
is used and how AI models produces responses.
Since AI models behave like black boxes to users, building
trustworthy AI models is a difficult challenge that can be
solved by training and running the models on ICP.
is used and how AI models produces responses. Since AI models
behave like black boxes to users, building trustworthy AI
models is a difficult challenge that can be solved by training
and running the models on ICP.
</motion.p>
</div>
</aside>
Expand Down Expand Up @@ -402,7 +402,7 @@ function AIPage() {
el={motion.section}
variants={transitions.container}
>
<div className="grid grid-cols-1 gap-5 md:grid-cols-2">
<div id="demo" className="grid grid-cols-1 gap-5 md:grid-cols-2">
<motion.div
variants={transitions.item}
className="col-span-1 md:col-span-2 mb-10"
Expand Down

0 comments on commit 40290f8

Please sign in to comment.