From dc83fd57722318ecbf0e25439aba24a59824054f Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sun, 7 Jul 2024 13:45:47 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/tiktok/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tasks/tiktok/utils.py b/python/tasks/tiktok/utils.py index 3597fa4..d237efd 100644 --- a/python/tasks/tiktok/utils.py +++ b/python/tasks/tiktok/utils.py @@ -279,6 +279,7 @@ def grid_of_videos(paths: Iterable[str]) -> Any: with out: display.display(display.Video( url='/files/%s' % path, + height=200, #embed=True ))