Update app.py
Browse files
app.py
CHANGED
@@ -407,7 +407,6 @@ class App:
|
|
407 |
new_data_rows = [[1,temp],[2,temp]]
|
408 |
updated_data = {"headers": new_headers, "data": new_data_rows}
|
409 |
return gr.update(value=updated_data)
|
410 |
-
|
411 |
return gr.Update(headers=["Text","Download"],column_widths=["75%","20%"],datatype=["markdown","html"],value=temp)
|
412 |
|
413 |
if value_cb_timestamp_preview==True and value_cb_diarize==True:
|
|
|
407 |
new_data_rows = [[1,temp],[2,temp]]
|
408 |
updated_data = {"headers": new_headers, "data": new_data_rows}
|
409 |
return gr.update(value=updated_data)
|
|
|
410 |
return gr.Update(headers=["Text","Download"],column_widths=["75%","20%"],datatype=["markdown","html"],value=temp)
|
411 |
|
412 |
if value_cb_timestamp_preview==True and value_cb_diarize==True:
|