Update app.py
Browse files
app.py
CHANGED
@@ -333,7 +333,7 @@ class App:
|
|
333 |
#tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
|
334 |
tb_indicator = gr.Dataframe(label="Output preview",
|
335 |
headers= ["Time","Speaker","Text"],
|
336 |
-
column_widths = ["6%","9%","
|
337 |
datatype = ["str","str","markdown"],
|
338 |
show_search="search",
|
339 |
wrap=True,
|
|
|
333 |
#tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=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,
|