App running but submit buttons not executing predictions

I have a running Hugging Face application built using Gradio in Python that takes inputs to make a prediction about the score of a beer on the Untappd ratings website . It works perfect when running locally, however on hugging face the interface will load fine but nothing will happen when I click the “predict” submission button.

I’m struggling to figure out what needs to be changed in Hugging Face so that the submit buttons execute correctly. From what I can tell my models and data are loading correctly (stored in files within the space) but I can’t seem to get output on anything.

For reference my App is here: https://huggingface.co/spaces/UVA-MSBA/Aslin_Beer_Predictor