Update app.py
Browse files
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",
|
337 |
-
|
|
|
|
|
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,
|