Skip to content

Commit

Permalink
LLM Comparator: Always use a white background in the web app.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 639873499
  • Loading branch information
RyanMullins committed Jun 27, 2024
1 parent e80be93 commit c16981e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21,985 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/*.egg-info
**/build/**
**/node_modules/**
**/__pycache__/**
**/*.pyc

dist/
lit_nlp/package-lock.json
website/www/**
docs/documentation/.buildinfo
docs/documentation/.doctrees/**

**/.DS_Store
.dalle-venv/
.tydi-venv/
.venv/
.vscode/
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="icon" type="image/x-icon" href="/static/favicon.svg">
<style>
body {
background: white;
margin: 0;
}
</style>
Expand Down
Loading

0 comments on commit c16981e

Please sign in to comment.