jbilcke-hf HF staff commited on
Commit
a6a67a3
1 Parent(s): 9cea1bb

fix disclaimer + right padding

Browse files
src/app/interface/top-header/index.tsx CHANGED
@@ -109,7 +109,7 @@ export function TopHeader() {
109
  `px-4 py-2 w-max-64`,
110
  `text-neutral-400 text-sm italic`
111
  )}>
112
- Ai Tube is a platform where all videos are generated using AI, for research and experimentation purposes.
113
  </div>
114
  <div className={cn()}>
115
  &nbsp; {/* more buttons? unused for now */}
 
109
  `px-4 py-2 w-max-64`,
110
  `text-neutral-400 text-sm italic`
111
  )}>
112
+ All the videos are generated using AI for research purposes. Some models might produce factually incorrect or biased outputs.
113
  </div>
114
  <div className={cn()}>
115
  &nbsp; {/* more buttons? unused for now */}
src/app/views/home-view/index.tsx CHANGED
@@ -44,7 +44,7 @@ export function HomeView() {
44
 
45
  return (
46
  <div className={cn(
47
- // `grid grid-cols-4`
48
  )}>
49
  <VideoList
50
  videos={currentVideos}
 
44
 
45
  return (
46
  <div className={cn(
47
+ `pr-4`
48
  )}>
49
  <VideoList
50
  videos={currentVideos}