youngtsai commited on
Commit
a6ad75a
1 Parent(s): 62fea27

html_content = format_transcript_to_html(formatted_transcript)

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -78,12 +78,7 @@ def process_youtube_link(link):
78
  }
79
  formatted_transcript.append(line)
80
 
81
- # html_content = format_transcript_to_html(formatted_transcript)
82
- html_content = (
83
- "<div style='max-width:100%; max-height:360px; overflow:auto'>"
84
- + "html_content"
85
- + "</div>"
86
- )
87
  print("=====html_content=====")
88
  print(html_content)
89
  print("=====html_content=====")
 
78
  }
79
  formatted_transcript.append(line)
80
 
81
+ html_content = format_transcript_to_html(formatted_transcript)
 
 
 
 
 
82
  print("=====html_content=====")
83
  print(html_content)
84
  print("=====html_content=====")