Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,8 @@ loading=("""
|
|
50 |
}
|
51 |
.lds-ellipsis div {
|
52 |
position: absolute;
|
|
|
|
|
53 |
top: 33px;
|
54 |
width: 13px;
|
55 |
height: 13px;
|
@@ -161,8 +163,8 @@ def ac():
|
|
161 |
def noth():
|
162 |
return gr.HTML.update("<div></div>")
|
163 |
#a1=btn1.click(noth,None,btn1,every=1)
|
164 |
-
btn1.click(cl_fac,None,[fac_b,message])
|
165 |
-
b1=btn1.click(start,None,[t_state,t_switch])
|
166 |
sta = t_state.change(end,t_state,[t_switch,message],every=1,show_progress=False)
|
167 |
b2=btn1.click(im_fn,[put,fac_b,h],[out1,fac_b], show_progress=False)
|
168 |
b3=out1.change(im_fn,[put,fac_b,h],[out2,fac_b], show_progress=False)
|
|
|
50 |
}
|
51 |
.lds-ellipsis div {
|
52 |
position: absolute;
|
53 |
+
z-index:199999;
|
54 |
+
|
55 |
top: 33px;
|
56 |
width: 13px;
|
57 |
height: 13px;
|
|
|
163 |
def noth():
|
164 |
return gr.HTML.update("<div></div>")
|
165 |
#a1=btn1.click(noth,None,btn1,every=1)
|
166 |
+
btn1.click(cl_fac,None,[fac_b,message],show_progress=False)
|
167 |
+
b1=btn1.click(start,None,[t_state,t_switch],show_progress=False)
|
168 |
sta = t_state.change(end,t_state,[t_switch,message],every=1,show_progress=False)
|
169 |
b2=btn1.click(im_fn,[put,fac_b,h],[out1,fac_b], show_progress=False)
|
170 |
b3=out1.change(im_fn,[put,fac_b,h],[out2,fac_b], show_progress=False)
|