Skip to content

Commit

Permalink
Merge pull request #43 from privacysandbox/dev
Browse files Browse the repository at this point in the history
Merge dev into main
  • Loading branch information
maudnals authored Aug 22, 2023
2 parents d8f9a1b + 24f5397 commit 4c023ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3>API parameters</h3>
</div>
<div>
<label>Epsilon:</label>
<input type="number" max="64" min="0" value="14" id="eps"
<input type="number" max="64" min="0" value="10" id="eps"
oninput="capEpsilon(event, this)" />
<div class="help" id="help-epsilon"></div>
<div class="input-hint below-input">Min: 0, Max: 64</div>
Expand Down Expand Up @@ -195,7 +195,7 @@ <h3>API Parameters</h3>
</div>
<div>
<label>Epsilon:</label>
<input type="number" max="64" min="0" value="14" id="eps"
<input type="number" max="64" min="0" value="10" id="eps"
oninput="capEpsilon(event, this)" />
<div class="help" id="help-epsilon"></div>
<div class="input-hint below-input">Min: 0, Max: 64</div>
Expand Down

0 comments on commit 4c023ac

Please sign in to comment.