Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,74 +40,6 @@ m_out = ("""
|
|
40 |
</div>
|
41 |
""")
|
42 |
loading=("""
|
43 |
-
<style>
|
44 |
-
.lds-ellipsis {
|
45 |
-
display: inline-block;
|
46 |
-
position: relative;
|
47 |
-
width: 80px;
|
48 |
-
height: 80px;
|
49 |
-
|
50 |
-
}
|
51 |
-
.lds-ellipsis div {
|
52 |
-
position: absolute;
|
53 |
-
z-index:199999;
|
54 |
-
|
55 |
-
top: 33px;
|
56 |
-
width: 13px;
|
57 |
-
height: 13px;
|
58 |
-
border-radius: 50%;
|
59 |
-
background: blue;
|
60 |
-
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
61 |
-
}
|
62 |
-
.lds-ellipsis div:nth-child(1) {
|
63 |
-
left: 8px;
|
64 |
-
animation: lds-ellipsis1 0.6s infinite;
|
65 |
-
}
|
66 |
-
.lds-ellipsis div:nth-child(2) {
|
67 |
-
left: 8px;
|
68 |
-
animation: lds-ellipsis2 0.6s infinite;
|
69 |
-
}
|
70 |
-
.lds-ellipsis div:nth-child(3) {
|
71 |
-
left: 32px;
|
72 |
-
animation: lds-ellipsis2 0.6s infinite;
|
73 |
-
}
|
74 |
-
.lds-ellipsis div:nth-child(4) {
|
75 |
-
left: 56px;
|
76 |
-
animation: lds-ellipsis3 0.6s infinite;
|
77 |
-
}
|
78 |
-
@keyframes lds-ellipsis1 {
|
79 |
-
0% {
|
80 |
-
transform: scale(0);
|
81 |
-
}
|
82 |
-
100% {
|
83 |
-
transform: scale(1);
|
84 |
-
}
|
85 |
-
}
|
86 |
-
@keyframes lds-ellipsis3 {
|
87 |
-
0% {
|
88 |
-
transform: scale(1);
|
89 |
-
}
|
90 |
-
100% {
|
91 |
-
transform: scale(0);
|
92 |
-
}frames lds-ellipsis2 {
|
93 |
-
0% {
|
94 |
-
transform: translate(0, 0);
|
95 |
-
}
|
96 |
-
100% {
|
97 |
-
transform: translate(24px, 0);
|
98 |
-
}
|
99 |
-
}
|
100 |
-
|
101 |
-
}
|
102 |
-
@keyframes lds-ellipsis2 {
|
103 |
-
0% {
|
104 |
-
transform: translate(0, 0);
|
105 |
-
}
|
106 |
-
100% {
|
107 |
-
transform: translate(24px, 0);
|
108 |
-
}
|
109 |
-
}
|
110 |
-
</style>
|
111 |
<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>""")
|
112 |
def ac():
|
113 |
def clear():
|
|
|
40 |
</div>
|
41 |
""")
|
42 |
loading=("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>""")
|
44 |
def ac():
|
45 |
def clear():
|