LAP-DEV commited on
Commit
e7febdc
·
verified ·
1 Parent(s): 3fc1cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -333,8 +333,10 @@ class App:
333
  headers= ["Time","Speaker","Text"],
334
  column_widths = ["10%","15%","70%"],
335
  datatype = ["str","str","markdown"],
336
- show_search="search", wrap=True,
337
- line_breaks=True, show_label=True,
 
 
338
  show_copy_button=True,
339
  show_fullscreen_button=True,
340
  interactive=False,
 
333
  headers= ["Time","Speaker","Text"],
334
  column_widths = ["10%","15%","70%"],
335
  datatype = ["str","str","markdown"],
336
+ show_search="search",
337
+ wrap=True,
338
+ line_breaks=True,
339
+ show_label=True,
340
  show_copy_button=True,
341
  show_fullscreen_button=True,
342
  interactive=False,