youngtsai commited on
Commit
b8bbc38
1 Parent(s): 51478fd

html_content

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