Update app.py
Browse files
app.py
CHANGED
@@ -393,7 +393,7 @@ class App:
|
|
393 |
@staticmethod
|
394 |
def update_dataframe(value_cb_timestamp_preview,value_cb_diarize,value_input_multi,list_files):
|
395 |
|
396 |
-
gr.Dataframe.columns[-1] =
|
397 |
|
398 |
if value_cb_timestamp_preview==True and value_cb_diarize==True:
|
399 |
return gr.Dataframe(headers=["Time","Speaker","Text","Download"],column_widths=["10%","15%","50%","20%"],datatype=["str","str","markdown","html"])
|
|
|
393 |
@staticmethod
|
394 |
def update_dataframe(value_cb_timestamp_preview,value_cb_diarize,value_input_multi,list_files):
|
395 |
|
396 |
+
gr.Dataframe.columns[-1] = "Updated"
|
397 |
|
398 |
if value_cb_timestamp_preview==True and value_cb_diarize==True:
|
399 |
return gr.Dataframe(headers=["Time","Speaker","Text","Download"],column_widths=["10%","15%","50%","20%"],datatype=["str","str","markdown","html"])
|