evijit HF Staff commited on
Commit
e21999d
·
verified ·
1 Parent(s): 7cb43b7

Update src/App.js

Browse files
Files changed (1) hide show
  1. src/App.js +1 -7
src/App.js CHANGED
@@ -251,7 +251,6 @@ function App() {
251
  }}
252
  disabled={isLoading}
253
  />
254
-
255
  {
256
  isLoading &&
257
  <div className="absolute inset-y-0 right-0 flex items-center">
@@ -267,11 +266,7 @@ function App() {
267
  }
268
  </div>
269
  </div>
270
-
271
-
272
-
273
  <div className="relative min-w-sm">
274
-
275
  {datasets.length > 0 &&
276
  <div className="my-4 flex justify-end gap-1 flex-wrap">
277
  {datasets.map(dataset =>
@@ -290,11 +285,10 @@ function App() {
290
  }
291
  </div>
292
  }
293
-
294
  <svg className="line-chart"></svg>
295
  {
296
  hasGraph &&
297
- <span className="text-slate-500 absolute bottom-0 right-8" style={{ fontFamily: "xkcd" }}>🤗 like-history.ai</span>
298
  }
299
  </div>
300
  </div>
 
251
  }}
252
  disabled={isLoading}
253
  />
 
254
  {
255
  isLoading &&
256
  <div className="absolute inset-y-0 right-0 flex items-center">
 
266
  }
267
  </div>
268
  </div>
 
 
 
269
  <div className="relative min-w-sm">
 
270
  {datasets.length > 0 &&
271
  <div className="my-4 flex justify-end gap-1 flex-wrap">
272
  {datasets.map(dataset =>
 
285
  }
286
  </div>
287
  }
 
288
  <svg className="line-chart"></svg>
289
  {
290
  hasGraph &&
291
+ <span className="text-slate-500 absolute bottom-0 right-8" style={{ fontFamily: "xkcd" }}>🤗 forked from like-history.ai</span>
292
  }
293
  </div>
294
  </div>