LAP-DEV commited on
Commit
ada32ce
·
verified ·
1 Parent(s): 0970fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -334,7 +334,7 @@ class App:
334
  tb_indicator = gr.Dataframe(label="Output preview",
335
  headers= ["Time","Speaker","Text"],
336
  column_widths = ["6%","9%","84%"],
337
- datatype = ["str","str","str"],
338
  show_search="search",
339
  wrap=True,
340
  line_breaks=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,
340
  line_breaks=True,