Spaces:
Runtime error
Runtime error
Commit ·
8721fb7
1
Parent(s): bf86a51
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ try:
|
|
| 114 |
|
| 115 |
left,middle,right = st.columns((2,3,2))
|
| 116 |
with middle:
|
| 117 |
-
|
| 118 |
st.markdown("<h1 style='text-align:center;color: orange;'>CREDIT FONCIER DU CAMEROUN </h1>",unsafe_allow_html=True)
|
| 119 |
st.write("<h2 style='text-align:center;color: black;'>Vous loger,notre seul souci.</h2>",unsafe_allow_html=True)
|
| 120 |
|
|
|
|
| 114 |
|
| 115 |
left,middle,right = st.columns((2,3,2))
|
| 116 |
with middle:
|
| 117 |
+
st.image("logo_CFC.png",width=300)
|
| 118 |
st.markdown("<h1 style='text-align:center;color: orange;'>CREDIT FONCIER DU CAMEROUN </h1>",unsafe_allow_html=True)
|
| 119 |
st.write("<h2 style='text-align:center;color: black;'>Vous loger,notre seul souci.</h2>",unsafe_allow_html=True)
|
| 120 |
|