Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 09:57 AM
Sure, attached is a small snippit of the worksheet along with 2 pics of display of the code
displayHTML("""
<link href="https://fonts.googleapis.com/css2?family=Mukta:wght@400;600&display=swap" rel="stylesheet">
<div style="font-family: 'Mukta', sans-serif; background-color: #fafafa; border-left: 6px solid #4435e6; padding: 16px 24px; border-radius: 8px;">
<h2 style="color: #080b15; margin-top: 0; font-weight: 600;">
🔒 ML on Masked vs Unmasked Data with ALTR
</h2>
<p style="color: #4435e6; font-size: 16px; margin-bottom: 0;">
We compared model accuracy between a user with masked data access and full unmasked access.
</p>
</div>
<h2 style="
font-family: 'Mukta', sans-serif;
font-size: 20px;
font-weight: 600;
color: #4435e6;
margin-top: 24px;
">
Unmasked Training Run: <code style='color: #080b15;'>ml_privacy_team</code> group
</h2>
""")