Gladiator07 / Harvestify

A machine learning based website that recommends the best crop to grow, fertilizers to use, and the diseases caught by your crops.
https://harvestify.herokuapp.com/
GNU General Public License v3.0
446 stars 394 forks source link

Throws Internal Server Error, If we put String values in Fields #4

Closed Sumanshu-Nankana closed 3 years ago

Sumanshu-Nankana commented 3 years ago

I would suggest to use

input type="number" in HTML where only integers required

Instead of

input type="text"

Though you are converting into integer in predict function, but if anyone will enter string value example : 'abc' it will not convert into integer and application will throw Internal Server Error.

Gladiator07 commented 3 years ago

Thanks for pointing out. This issue is fixed now .