Update app.py
Browse files
app.py
CHANGED
|
@@ -330,7 +330,7 @@ class App:
|
|
| 330 |
with gr.Row():
|
| 331 |
tb_indicator = gr.Dataframe(label="Output preview (Always review output generated by AI models)",
|
| 332 |
headers= ["Time","Speaker","Text"],
|
| 333 |
-
column_widths = ["
|
| 334 |
datatype = ["str","str","markdown"],
|
| 335 |
show_search="search",
|
| 336 |
wrap=True,
|
|
|
|
| 330 |
with gr.Row():
|
| 331 |
tb_indicator = gr.Dataframe(label="Output preview (Always review output generated by AI models)",
|
| 332 |
headers= ["Time","Speaker","Text"],
|
| 333 |
+
column_widths = ["7%","10%","82%"],
|
| 334 |
datatype = ["str","str","markdown"],
|
| 335 |
show_search="search",
|
| 336 |
wrap=True,
|