Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
minor design fixes
Browse files
frontend/src/components/Footer/Footer.js
CHANGED
@@ -14,16 +14,18 @@ const Footer = () => {
|
|
14 |
}}
|
15 |
>
|
16 |
<Typography variant="body2" color="text.secondary" sx={{ mx: 4 }}>
|
17 |
-
We keep processed documents for research purposes
|
18 |
-
using the space. For a fully private usage
|
|
|
19 |
<Link
|
20 |
href="https://huggingface.co/spaces/yourbench/advanced"
|
21 |
target="_blank"
|
22 |
rel="noopener noreferrer"
|
23 |
color="inherit"
|
24 |
>
|
25 |
-
advanced demo space
|
26 |
</Link>
|
|
|
27 |
</Typography>
|
28 |
</Box>
|
29 |
);
|
|
|
14 |
}}
|
15 |
>
|
16 |
<Typography variant="body2" color="text.secondary" sx={{ mx: 4 }}>
|
17 |
+
We keep <b>processed documents</b> for <b>research purposes</b>, to
|
18 |
+
which you agree by using the space. For a <b>fully private usage</b>,
|
19 |
+
please duplicate the{" "}
|
20 |
<Link
|
21 |
href="https://huggingface.co/spaces/yourbench/advanced"
|
22 |
target="_blank"
|
23 |
rel="noopener noreferrer"
|
24 |
color="inherit"
|
25 |
>
|
26 |
+
<b>advanced demo space</b>
|
27 |
</Link>
|
28 |
+
.
|
29 |
</Typography>
|
30 |
</Box>
|
31 |
);
|
frontend/src/components/Intro.jsx
CHANGED
@@ -46,7 +46,8 @@ const Intro = () => {
|
|
46 |
</Typography>
|
47 |
<Typography
|
48 |
variant="body2"
|
49 |
-
|
|
|
50 |
>
|
51 |
Currently, this is an <b>extremely minimal demo</b>. <br />
|
52 |
To <b>unlock the full capabilities</b>, please visit our{" "}
|
|
|
46 |
</Typography>
|
47 |
<Typography
|
48 |
variant="body2"
|
49 |
+
color="text.secondary"
|
50 |
+
sx={{ maxWidth: "800px", mx: "auto", mt: 2, opacity: 0.7 }}
|
51 |
>
|
52 |
Currently, this is an <b>extremely minimal demo</b>. <br />
|
53 |
To <b>unlock the full capabilities</b>, please visit our{" "}
|