--- title: Credit Scoring emoji: 🏆 colorFrom: yellow colorTo: yellow sdk: streamlit sdk_version: 1.29.0 app_file: app.py pinned: false license: mit --- This is a simple Streamlit app requesting predictions from a model deployed on Deeploy. To run the app locally, install the requirements from `requirements.txt` and run the following command: ```bash streamlit run app.py ```