File size: 384 Bytes
cc03baf
9be1e6c
 
cc03baf
9be1e6c
 
c352ea3
9be1e6c
cc03baf
 
 
 
d2bda39
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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
```