We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c619b70 commit b50b3f8Copy full SHA for b50b3f8
gt_extras/images.py
@@ -347,7 +347,11 @@ def gt_fmt_img_circle(
347
jules_avatar = "https://avatars.githubusercontent.com/u/54960783?v=4"
348
349
350
- df = pl.DataFrame({"@machow": [michael_avatar], "@rich-iannone": [rich_avatar], "@juleswg23": [jules_avatar]})
+ df = pl.DataFrame({
351
+ "@machow": [michael_avatar],
352
+ "@rich-iannone": [rich_avatar],
353
+ "@juleswg23": [jules_avatar]
354
+ })
355
356
(
357
GT(df)
0 commit comments