Spaces:
Running
Running
Update dl.py
Browse files
dl.py
CHANGED
@@ -221,7 +221,7 @@ def pop_buttons(repo,name):
|
|
221 |
print(f_ist)
|
222 |
for ea in f_ist:
|
223 |
outp = gr.Button("ea")
|
224 |
-
return gr.Button("ea")
|
225 |
|
226 |
def checkp(p):
|
227 |
if p == o:
|
|
|
221 |
print(f_ist)
|
222 |
for ea in f_ist:
|
223 |
outp = gr.Button("ea")
|
224 |
+
return gr.update(gr.Button("ea"))
|
225 |
|
226 |
def checkp(p):
|
227 |
if p == o:
|