[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-07-07 13:45:47 +03:00
parent aa9a270980
commit dc83fd5772

@ -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
))