apolinario commited on
Commit
e704337
·
1 Parent(s): e127f89

Clarification text

Browse files
Files changed (1) hide show
  1. ui/src/app/dashboard/page.tsx +3 -3
ui/src/app/dashboard/page.tsx CHANGED
@@ -100,7 +100,7 @@ export default function Dashboard() {
100
  <div className="border border-yellow-700 bg-yellow-900/20 text-yellow-100 rounded-lg p-4 space-y-2">
101
  <p className="font-semibold">LoRA Frenzi reminder</p>
102
  <p>
103
- Your Hugging Face account isn&apos;t in the <code className="bg-yellow-800/50 px-1 rounded">lora-training-frenzi</code> organization yet.
104
  To participate:
105
  </p>
106
  <ol className="list-decimal list-inside space-y-1 text-sm">
@@ -114,7 +114,7 @@ export default function Dashboard() {
114
  >
115
  LoRA Frenzi organization
116
  </a>
117
- .
118
  </li>
119
  <li>
120
  Remove the “Ostris AI Toolkit” app from{' '}
@@ -128,7 +128,7 @@ export default function Dashboard() {
128
  </a>
129
  .
130
  </li>
131
- <li>Log out here and sign in again so we can refresh your permissions.</li>
132
  </ol>
133
  </div>
134
  )}
 
100
  <div className="border border-yellow-700 bg-yellow-900/20 text-yellow-100 rounded-lg p-4 space-y-2">
101
  <p className="font-semibold">LoRA Frenzi reminder</p>
102
  <p>
103
+ Your didn't authorize the <code className="bg-yellow-800/50 px-1 rounded">lora-training-frenzi</code> organization in your login.
104
  To participate:
105
  </p>
106
  <ol className="list-decimal list-inside space-y-1 text-sm">
 
114
  >
115
  LoRA Frenzi organization
116
  </a>
117
+ . (if you haven't already)
118
  </li>
119
  <li>
120
  Remove the “Ostris AI Toolkit” app from{' '}
 
128
  </a>
129
  .
130
  </li>
131
+ <li>Come back here and sign in again authorizing the lora-training-frenzi organization so we can refresh your permissions.</li>
132
  </ol>
133
  </div>
134
  )}