Spaces:
Sleeping
Sleeping
no comment
Browse files
app.py
CHANGED
|
@@ -684,7 +684,6 @@ def get_mind_map_html(mind_map):
|
|
| 684 |
"""
|
| 685 |
return mind_map_html
|
| 686 |
|
| 687 |
-
# get video_id_summary.json content
|
| 688 |
def get_video_id_summary(video_id, df_string, source):
|
| 689 |
if source == "gcs":
|
| 690 |
print("===get_video_id_summary on gcs===")
|
|
|
|
| 684 |
"""
|
| 685 |
return mind_map_html
|
| 686 |
|
|
|
|
| 687 |
def get_video_id_summary(video_id, df_string, source):
|
| 688 |
if source == "gcs":
|
| 689 |
print("===get_video_id_summary on gcs===")
|