Update app.py
Browse files
app.py
CHANGED
@@ -326,7 +326,8 @@ class App:
|
|
326 |
btn_reset.click(None,js="window.location.reload()")
|
327 |
with gr.Row():
|
328 |
with gr.Column(scale=4):
|
329 |
-
tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
|
|
|
330 |
with gr.Column(scale=1):
|
331 |
tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
|
332 |
files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
|
|
|
326 |
btn_reset.click(None,js="window.location.reload()")
|
327 |
with gr.Row():
|
328 |
with gr.Column(scale=4):
|
329 |
+
#tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
|
330 |
+
tb_indicator = gr.Dataframe(label="Output preview (Always review output generated by AI models)", headers=["Time","Speaker","Text"], show_label=True, show_search="search", wrap=True, line_breaks=True, show_copy_button=True, show_fullscreen_button=True, interactive=False)
|
331 |
with gr.Column(scale=1):
|
332 |
tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
|
333 |
files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple")
|