Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def load_data(dataset):
|
|
15 |
df = pd.read_csv(dataset)
|
16 |
return df
|
17 |
|
18 |
-
st.sidebar.image("
|
19 |
def main():
|
20 |
st.markdown("<h1 style='text-align:center;color: brown;'>Streamlit Credit App</h1>",unsafe_allow_html=True)
|
21 |
st.markdown("<h2 style='text-align:center;color: black;'>Credit study in Cameroon</h2>",unsafe_allow_html=True)
|
|
|
15 |
df = pd.read_csv(dataset)
|
16 |
return df
|
17 |
|
18 |
+
st.sidebar.image("loan.png",width=300)
|
19 |
def main():
|
20 |
st.markdown("<h1 style='text-align:center;color: brown;'>Streamlit Credit App</h1>",unsafe_allow_html=True)
|
21 |
st.markdown("<h2 style='text-align:center;color: black;'>Credit study in Cameroon</h2>",unsafe_allow_html=True)
|