add demo mode for web UI

Former-commit-id: 5ad34f08b4e1505d7933b973497347f126b2e818
This commit is contained in:
hiyouga
2023-11-15 23:51:26 +08:00
parent 2162c37e41
commit 8263b2d32d
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%;