From c3f8a87f3a6dee8cbc03737a370a5237f9f2908c Mon Sep 17 00:00:00 2001 From: Gabe Hamilton Date: Thu, 2 May 2024 18:28:05 -0600 Subject: [PATCH] Text updates --- nexus/components/src/AI/Nexus.jsx | 2 +- nexus/components/src/AI/Overview.jsx | 16 ++++++------ nexus/components/src/AI/Schema/Nexus.jsx | 32 ++++++++++++------------ 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/nexus/components/src/AI/Nexus.jsx b/nexus/components/src/AI/Nexus.jsx index 3082042..be2c3e6 100644 --- a/nexus/components/src/AI/Nexus.jsx +++ b/nexus/components/src/AI/Nexus.jsx @@ -178,7 +178,7 @@ return ( @@ -535,7 +535,7 @@ return (

For example, if you are building an open source NEAR Co-pilot you - might share many of the pieces for others to compose with. That + might share pieces for others to compose with. That could be training datasets of Contract or Component code. You might share a trained model by uploading the weights; then separate out the framework code and finally add the Co-pilot to the agent @@ -551,7 +551,7 @@ return (

@@ -562,7 +562,7 @@ return (

diff --git a/nexus/components/src/AI/Schema/Nexus.jsx b/nexus/components/src/AI/Schema/Nexus.jsx index 35113b1..45a9f33 100644 --- a/nexus/components/src/AI/Schema/Nexus.jsx +++ b/nexus/components/src/AI/Schema/Nexus.jsx @@ -22,7 +22,22 @@ const schema = { icon: "ph ph-list-checks", defaultValue: "trainingDataset", items: [ - { + { + name: "Training Datasets", + value: "trainingDataset", + content: (contentProps) => ( + + ), + icon: "ph ph-chart-bar-horizontal", + }, + { name: "Crowdsourcing", value: "crowdsourcedDataset", content: (contentProps) => ( @@ -52,21 +67,6 @@ const schema = { icon: "ph ph-basket", disabled: true, }, - { - name: "Training Datasets", - value: "trainingDataset", - content: (contentProps) => ( - - ), - icon: "ph ph-chart-bar-horizontal", - }, ], }, models: {