diff --git a/__pycache__/utils.cpython-36.pyc b/__pycache__/utils.cpython-36.pyc new file mode 100644 index 0000000..8a66c5a Binary files /dev/null and b/__pycache__/utils.cpython-36.pyc differ diff --git a/__pycache__/utils.cpython-37.pyc b/__pycache__/utils.cpython-37.pyc index a35f0fb..9adb104 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 new file mode 100644 index 0000000..ee245d6 Binary files /dev/null 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 c5e7be4..f19fa0d 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 5a96607..fc9a223 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,7 @@ body { width:80%; margin-left:auto; margin-right:auto; - margin-top:calc(30px + 4.0vh); + margin-top:10px; font-size:14px; background-color: #000; } @@ -68,7 +68,7 @@ a { #buttons { position: relative; - bottom: 80px; + bottom: 0px; height: 60px; width: 100%; color: 334;