A loan application is used by borrowers to apply for a loan. Through the loan application, borrowers reveal key details about their finances to the lender. The loan application is crucial to determining whether the lender will grant the request for funds or credit.
I have built a front end index.html for getting the user inputs and it is able to predict the output . However, before clicking on predict , there is a placeholder of {prediction_text} in my html form , how can I hide that? I want to show “approved '” or “rejected” after hitting the button , that works. But prior hitting it , how can I get rid of the placeholder?Please help