LAP-DEV commited on
Commit
d4cf681
·
verified ·
1 Parent(s): 2009cbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -333,7 +333,7 @@ class App:
333
  with gr.Row():
334
  tb_indicator = gr.Dataframe(label="Output preview",
335
  headers= ["Time","Speaker","Text"],
336
- # column_widths = ["6%","9%","85%"],
337
  datatype = ["str","str","markdown"],
338
  show_search="search",
339
  wrap=True,
 
333
  with gr.Row():
334
  tb_indicator = gr.Dataframe(label="Output preview",
335
  headers= ["Time","Speaker","Text"],
336
+ column_widths = ["6%","9%","85%"],
337
  datatype = ["str","str","markdown"],
338
  show_search="search",
339
  wrap=True,