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