hello everyone, I got an error when deploying to streamlit
Github : GitHub - MacroMachiinee/Prediksi-Diabetes-Deep-Neural-Network
Streamlit : https://prediksi-diabetes-deep-neural-network.streamlit.app/
I need help
hello everyone, I got an error when deploying to streamlit
Github : GitHub - MacroMachiinee/Prediksi-Diabetes-Deep-Neural-Network
Streamlit : https://prediksi-diabetes-deep-neural-network.streamlit.app/
I need help
Hello @Muhammad_Rizky
It’s possible that the problem is linked to the requirements.txt
file. Could you try unpinning each library’s version?
Additionally, although it is not likely linked to your issue, I recommend upgrading to Streamlit version 1.28
. The version you’re currently using, Streamlit 0.70.0
, is significantly out of date.
Best,
Charly
okay, let me try first
Thannks @Muhammad_Rizky.
Is your app working in a local environment?
As I said, the issues might stem from specific pinned versions. Have you considered unpinning the versions of each library, as initially recommended?
Thank you,
Charly
Ohh see, ill try to run in local first because I haven’t tried running it locally
thanks you, ill try it first
Sure thing, let me know how it goes!