diff --git a/__pycache__/utils.cpython-36.pyc b/__pycache__/utils.cpython-36.pyc index 8a66c5a..a29c2e3 100644 Binary files a/__pycache__/utils.cpython-36.pyc and b/__pycache__/utils.cpython-36.pyc differ diff --git a/__pycache__/utils.cpython-37.pyc b/__pycache__/utils.cpython-37.pyc index 252863a..837049a 100644 Binary files a/__pycache__/utils.cpython-37.pyc and b/__pycache__/utils.cpython-37.pyc differ diff --git a/gpt2/src/__pycache__/encoder.cpython-36.pyc b/gpt2/src/__pycache__/encoder.cpython-36.pyc index ee245d6..87795a6 100644 Binary files a/gpt2/src/__pycache__/encoder.cpython-36.pyc and b/gpt2/src/__pycache__/encoder.cpython-36.pyc differ diff --git a/gpt2/src/__pycache__/encoder.cpython-37.pyc b/gpt2/src/__pycache__/encoder.cpython-37.pyc index 4a29047..fe8fd90 100644 Binary files a/gpt2/src/__pycache__/encoder.cpython-37.pyc and b/gpt2/src/__pycache__/encoder.cpython-37.pyc differ diff --git a/static/style.css b/static/style.css index c263bdc..051994e 100644 --- a/static/style.css +++ b/static/style.css @@ -10,7 +10,7 @@ body { margin-left:auto; margin-right:auto; margin-top:calc(30px + 4.0vh);; - font-size:14px; + font-size:calc(10px + 1.0vh); background-color: #000; }