LAP-DEV commited on
Commit
e1c3895
·
verified ·
1 Parent(s): d0156c4

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
  #tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
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
  #tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
334
  tb_indicator = gr.Dataframe(label="Output preview",
335
  headers= ["Time","Speaker","Text"],
336
+ column_widths = ["6%","9%","84%"],
337
  datatype = ["str","str","markdown"],
338
  show_search="search",
339
  wrap=True,