The app runs perfectly on my local machine.
but i’m getting this error:
[18:33:28] 📦 Processed dependencies! Usage: streamlit run [OPTIONS] TARGET [ARGS]... Try 'streamlit run --help' for help. Error: Streamlit requires raw Python (.py) files, but the provided file has no extension. For more information, please see https://docs.streamlit.io [18:35:13] ❗️ Streamlit server consistently failed status checks [18:35:13] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
My github repo of the app is: GitHub - karan51ngh/TitanicPassangerSurvivalPredictor: A Web-App that uses Machine-Learning to predict a persons chances of surviving the Titanic Wreckage as a Passenger
Link for the streamlit app is: https://karan51ngh-titanicpassangersurvivalpre-survivalpredictor-c37yw8.streamlitapp.com/
Any help is greatly appreciated!