Spaces:
Build error
Build error
docs: add link to source code on app
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ from src.models.util_strategy_table import strategy_table_view
|
|
13 |
|
14 |
|
15 |
def main():
|
|
|
|
|
16 |
currency_options = ["USD", "KES", "GBP"]
|
17 |
|
18 |
model_options = ["XGBoost", "Logistic"]
|
|
|
13 |
|
14 |
|
15 |
def main():
|
16 |
+
|
17 |
+
st.write("Source code: https://github.com/pkiage/tool-credit-risk-modelling")
|
18 |
currency_options = ["USD", "KES", "GBP"]
|
19 |
|
20 |
model_options = ["XGBoost", "Logistic"]
|