LAP-DEV commited on
Commit
edba0bb
·
verified ·
1 Parent(s): 04c98ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -329,7 +329,8 @@ class App:
329
  btn_reset.click(None,js="window.location.reload()")
330
  with gr.Row():
331
  #tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
332
- tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
 
333
  tb_indicator = gr.Dataframe(label="Output preview",
334
  headers= ["Time","Speaker","Text"],
335
  column_widths = ["7%","10%","82%"],
 
329
  btn_reset.click(None,js="window.location.reload()")
330
  with gr.Row():
331
  #tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
332
+ tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
333
+ with gr.Row():
334
  tb_indicator = gr.Dataframe(label="Output preview",
335
  headers= ["Time","Speaker","Text"],
336
  column_widths = ["7%","10%","82%"],