File size: 645 Bytes
925885d
80971af
925885d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Redirecting...</title>
    <script type="text/javascript">
        // UPDATE ONLY THIS LINK FOR COMFIT:
        const NEW_URL = "https://innovision-comfit-copilot.hf.space";

        // Redirects the inner frame automatically
        window.location.replace(NEW_URL);
    </script>
</head>
<body style="font-family: sans-serif; text-align: center; padding-top: 50px;">
    <h3>Loading ComFit Copilot...</h3>
    <p>If the app does not load, 
       <a href="https://innovision-comfit-copilot.hf.space" target="_top">click here to open in a new tab</a>.
    </p>
</body>
</html>