Spaces:
Sleeping
Sleeping
Increased height on the features component
Browse files
frontend/src/components/Features.tsx
CHANGED
@@ -59,10 +59,11 @@ export const Features = () => {
|
|
59 |
<CardFooter className="flex flex-wrap md:justify-center gap-4">
|
60 |
<iframe
|
61 |
src="https://sandramsc-docverifyrag.hf.space"
|
62 |
-
style={{ border: 'none' }}
|
63 |
width="850"
|
64 |
-
|
65 |
-
|
|
|
|
|
66 |
</CardFooter>
|
67 |
</Card>
|
68 |
))}
|
|
|
59 |
<CardFooter className="flex flex-wrap md:justify-center gap-4">
|
60 |
<iframe
|
61 |
src="https://sandramsc-docverifyrag.hf.space"
|
|
|
62 |
width="850"
|
63 |
+
style={{ border: 'none' }}
|
64 |
+
height="750"
|
65 |
+
></iframe>
|
66 |
+
|
67 |
</CardFooter>
|
68 |
</Card>
|
69 |
))}
|