import React from "react"; import { Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( {/* Currently, this is an extremely minimal demo.
To unlock the full capabilities, please visit our{" "} GitHub !
*/} We keep processed documents for research purposes, to which you agree by using the space. For a fully private usage, please duplicate the{" "} advanced demo space .
); }; export default Footer;