I am in the F26-SI201-MW ebook trying to run activity 14.3.2.

I am updating my BeautifulSoup write code exercises in the pretext ebook to use saved HTML files dumped from the Wayback machine. However, I am getting a Server Error when I try to run the code. The JavaScript shows that the server is giving a 413 error which means the file is too big. Can we up the size limit for the Jobe server? The files I am trying to process are between 86 KB and 1.2 MB currently. Can we set the limit at 2 MB?
I am in the F26-SI201-MW ebook trying to run activity 14.3.2.
I am updating my BeautifulSoup write code exercises in the pretext ebook to use saved HTML files dumped from the Wayback machine. However, I am getting a Server Error when I try to run the code. The JavaScript shows that the server is giving a 413 error which means the file is too big. Can we up the size limit for the Jobe server? The files I am trying to process are between 86 KB and 1.2 MB currently. Can we set the limit at 2 MB?