Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,7 @@ loading=("""
|
|
46 |
position: relative;
|
47 |
width: 80px;
|
48 |
height: 80px;
|
|
|
49 |
}
|
50 |
.lds-ellipsis div {
|
51 |
position: absolute;
|
@@ -105,7 +106,7 @@ loading=("""
|
|
105 |
}
|
106 |
}
|
107 |
</style>
|
108 |
-
<div class="lds-ellipsis"></div>""")
|
109 |
def ac():
|
110 |
def clear():
|
111 |
return gr.update(value=0),gr.update(value=0)
|
|
|
46 |
position: relative;
|
47 |
width: 80px;
|
48 |
height: 80px;
|
49 |
+
z-index:199999;
|
50 |
}
|
51 |
.lds-ellipsis div {
|
52 |
position: absolute;
|
|
|
106 |
}
|
107 |
}
|
108 |
</style>
|
109 |
+
<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>""")
|
110 |
def ac():
|
111 |
def clear():
|
112 |
return gr.update(value=0),gr.update(value=0)
|