Spaces:
Running
Running
Yannael_LB
commited on
Commit
·
f41116a
1
Parent(s):
a6a78bd
Update
Browse files
utils.py
CHANGED
@@ -100,7 +100,7 @@ def section_to_html(section_json_data):
|
|
100 |
title_link = f"""<div class="transcript-title-icon" " id="{num_section}">{num_section+1} - {title}</div>"""
|
101 |
|
102 |
summary_section = f"""
|
103 |
-
<h2>{title_link}</h2>
|
104 |
{from_to}
|
105 |
<p>
|
106 |
<div class="summary-section">
|
|
|
100 |
title_link = f"""<div class="transcript-title-icon" " id="{num_section}">{num_section+1} - {title}</div>"""
|
101 |
|
102 |
summary_section = f"""
|
103 |
+
<a id="{num_section}"><h2>{title_link}</h2></a>
|
104 |
{from_to}
|
105 |
<p>
|
106 |
<div class="summary-section">
|