youngtsai commited on
Commit
4bbcdbc
1 Parent(s): 848a8d9

simple_html_content = gr.HTML(label="Simple Transcript")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -870,7 +870,7 @@ with gr.Blocks() as demo:
870
  prev_button.click(fn=prev_slide, inputs=[], outputs=[slide_image, slide_text])
871
  next_button.click(fn=next_slide, inputs=[], outputs=[slide_image, slide_text])
872
  with gr.Tab("逐字稿"):
873
- simple_html_content = gr.HTML(label="Simple Transcript", lines=40)
874
  with gr.Tab("本文"):
875
  df_string_output = gr.Textbox(lines=40, label="Data Text")
876
  with gr.Tab("重點"):
 
870
  prev_button.click(fn=prev_slide, inputs=[], outputs=[slide_image, slide_text])
871
  next_button.click(fn=next_slide, inputs=[], outputs=[slide_image, slide_text])
872
  with gr.Tab("逐字稿"):
873
+ simple_html_content = gr.HTML(label="Simple Transcript")
874
  with gr.Tab("本文"):
875
  df_string_output = gr.Textbox(lines=40, label="Data Text")
876
  with gr.Tab("重點"):