Spaces:
Runtime error
Runtime error
Commit
·
4628cef
1
Parent(s):
597b7d3
Update custom.html
Browse files- custom.html +9 -2
custom.html
CHANGED
|
@@ -6,17 +6,24 @@
|
|
| 6 |
.gradio-interface-container {
|
| 7 |
text-align: center;
|
| 8 |
}
|
| 9 |
-
|
| 10 |
.gradio-input-container {
|
| 11 |
margin-bottom: 20px;
|
| 12 |
}
|
| 13 |
-
|
| 14 |
.gradio-output-container {
|
| 15 |
margin-top: 20px;
|
| 16 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
</style>
|
| 18 |
</head>
|
| 19 |
<body>
|
| 20 |
{{interface_html}}
|
|
|
|
|
|
|
|
|
|
| 21 |
</body>
|
| 22 |
</html>
|
|
|
|
| 6 |
.gradio-interface-container {
|
| 7 |
text-align: center;
|
| 8 |
}
|
|
|
|
| 9 |
.gradio-input-container {
|
| 10 |
margin-bottom: 20px;
|
| 11 |
}
|
|
|
|
| 12 |
.gradio-output-container {
|
| 13 |
margin-top: 20px;
|
| 14 |
}
|
| 15 |
+
.disclaimer {
|
| 16 |
+
font-size: 12px;
|
| 17 |
+
color: #777777;
|
| 18 |
+
margin-top: 20px;
|
| 19 |
+
text-align: center;
|
| 20 |
+
}
|
| 21 |
</style>
|
| 22 |
</head>
|
| 23 |
<body>
|
| 24 |
{{interface_html}}
|
| 25 |
+
<div class="disclaimer">
|
| 26 |
+
This web app is for demonstration purposes only and not intended for commercial use.
|
| 27 |
+
</div>
|
| 28 |
</body>
|
| 29 |
</html>
|