Well, it does CloudDeploy, however, four of the InputField report an error
TypeError: Cannot read properties of undefined (reading 'forEach')
Observe that all of those fields have Real values, the ones that work have Integer values. This is most certainly a bug in InputField when type is Number. Change Number to Expression for those four and it works fine. You should probably add some error checking in case the user inputs a non-numeric value.
Deployed version.