Update app.py
Browse files
app.py
CHANGED
@@ -401,9 +401,7 @@ class App:
|
|
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 |
-
|
405 |
-
temp =[["","",html_code]]
|
406 |
-
|
407 |
return gr.Dataframe(headers=["Text","Download"],column_widths=["75%","20%"],datatype=["markdown","html"],value=temp)
|
408 |
|
409 |
if value_cb_timestamp_preview==True and value_cb_diarize==True:
|
|
|
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 |
return gr.Dataframe(headers=["Text","Download"],column_widths=["75%","20%"],datatype=["markdown","html"],value=temp)
|
406 |
|
407 |
if value_cb_timestamp_preview==True and value_cb_diarize==True:
|