add demo mode for web UI

This commit is contained in:
hiyouga
2023-11-15 23:51:26 +08:00
parent 1e19cf242a
commit 8350bcf85d
10 changed files with 185 additions and 19 deletions

View File

@@ -1,4 +1,11 @@
CSS = r"""
.duplicate-button {
margin: auto;
color: white;
background: black;
border-radius: 100vh;
}
.modal-box {
position: fixed !important;
top: 50%;