LAP-DEV commited on
Commit
d8241f8
·
verified ·
1 Parent(s): 9d77485

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,7 +330,7 @@ class App:
330
  with gr.Row():
331
  tb_indicator = gr.Dataframe(label="Output preview (Always review output generated by AI models)",
332
  headers= ["Time","Speaker","Text"],
333
- column_widths = ["75px","100px"],
334
  datatype = ["str","str","markdown"],
335
  show_search="search",
336
  wrap=True,
 
330
  with gr.Row():
331
  tb_indicator = gr.Dataframe(label="Output preview (Always review output generated by AI models)",
332
  headers= ["Time","Speaker","Text"],
333
+ column_widths = ["8%","12%","79%"],
334
  datatype = ["str","str","markdown"],
335
  show_search="search",
336
  wrap=True,