Update my_pages/information_loss.py
Browse files
my_pages/information_loss.py
CHANGED
|
@@ -51,9 +51,8 @@ def render():
|
|
| 51 |
|
| 52 |
with top_left:
|
| 53 |
st.image(
|
| 54 |
-
"
|
| 55 |
-
|
| 56 |
-
width=260,
|
| 57 |
)
|
| 58 |
|
| 59 |
# Top right: simple clickable list of features
|
|
|
|
| 51 |
|
| 52 |
with top_left:
|
| 53 |
st.image(
|
| 54 |
+
"loan.png",
|
| 55 |
+
width=100,
|
|
|
|
| 56 |
)
|
| 57 |
|
| 58 |
# Top right: simple clickable list of features
|