credit-scoring / README.md
deeploy-adubowski's picture
update README.md
d2bda39
---
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
```