Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
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 |
-
|
113 |
</div>
|
114 |
<div className={cn()}>
|
115 |
{/* 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 |
{/* 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 |
-
|
48 |
)}>
|
49 |
<VideoList
|
50 |
videos={currentVideos}
|
|
|
44 |
|
45 |
return (
|
46 |
<div className={cn(
|
47 |
+
`pr-4`
|
48 |
)}>
|
49 |
<VideoList
|
50 |
videos={currentVideos}
|