Update app.py
Browse files
app.py
CHANGED
@@ -400,7 +400,7 @@ class App:
|
|
400 |
html_code = ""
|
401 |
for file_to_dl in list_files:
|
402 |
if html_code != "": html_code += " "
|
403 |
-
|
404 |
temp =[["test1",html_code],["test2",html_code]]
|
405 |
|
406 |
|
|
|
400 |
html_code = ""
|
401 |
for file_to_dl in list_files:
|
402 |
if html_code != "": html_code += " "
|
403 |
+
html_code += "<a href='"+file_to_dl+"'>test</a>"
|
404 |
temp =[["test1",html_code],["test2",html_code]]
|
405 |
|
406 |
|