File size: 686 Bytes
86818cc
 
 
 
 
 
 
 
 
 
 
 
 
 
4628cef
 
 
 
 
 
86818cc
 
 
 
4628cef
 
 
86818cc
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
    <style>
        /* Modify the styles according to your preferences */
        .gradio-interface-container {
            text-align: center;
        }
        .gradio-input-container {
            margin-bottom: 20px;
        }
        .gradio-output-container {
            margin-top: 20px;
        }
        .disclaimer {
            font-size: 12px;
            color: #777777;
            margin-top: 20px;
            text-align: center;
        }
    </style>
</head>
<body>
    {{interface_html}}
    <div class="disclaimer">
        This web app is for demonstration purposes only and not intended for commercial use.
    </div>
</body>
</html>