File tree 2 files changed +13
-7
lines changed 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,16 @@ h2.page-title {
334
334
padding : 0.75em 0 ;
335
335
}
336
336
337
+ .partner-promo-text {
338
+ margin-top : 20px ;
339
+ font-size : 0.6em ;
340
+ }
341
+
342
+ .partner-promo-text a {
343
+ text-decoration : underline;
344
+ color : var (--blue );
345
+ }
346
+
337
347
.result-title {
338
348
margin-top : 1.5em ;
339
349
text-transform : uppercase;
@@ -372,10 +382,6 @@ footer {
372
382
text-align : center;
373
383
}
374
384
375
- .footer-text-right {
376
- text-align : right;
377
- }
378
-
379
385
.footer-content a {
380
386
text-decoration : underline;
381
387
color : var (--blue );
Original file line number Diff line number Diff line change @@ -216,6 +216,9 @@ function App() {
216
216
< img src = "img/lightning.svg" alt = "lightning icon" />
217
217
</ span >
218
218
</ button >
219
+ < div className = "partner-promo-text" >
220
+ Powered by < a href = "https://hub.getneuro.ai/model/nlp/gpt-j-6B-text-generation" > Neuro</ a >
221
+ </ div >
219
222
</ div >
220
223
</ div >
221
224
{ isLoading && < Loader /> }
@@ -245,9 +248,6 @@ function App() {
245
248
< div className = "content-wrapper" >
246
249
< div className = "footer-content" >
247
250
< div className = "footer-text-center" > EleutherAI 2021</ div >
248
- < div className = "footer-text-right" >
249
- Powered by < a href = "https://www.getneuro.ai/" > Neuro</ a >
250
- </ div >
251
251
</ div >
252
252
</ div >
253
253
</ footer >
You can’t perform that action at this time.
0 commit comments