LAP-DEV commited on
Commit
dd622db
·
verified ·
1 Parent(s): 00fa5d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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] = = "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"])
 
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"])