Spaces:
Sleeping
Sleeping
html_content = format_transcript_to_html(formatted_transcript)
Browse files
app.py
CHANGED
@@ -78,12 +78,7 @@ def process_youtube_link(link):
|
|
78 |
}
|
79 |
formatted_transcript.append(line)
|
80 |
|
81 |
-
|
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=====")
|