scorpion237 commited on
Commit
818b3fc
1 Parent(s): 48517ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,7 +21,7 @@ def add_bg_from_local(image_file):
21
  """,
22
  unsafe_allow_html=True
23
  )
24
- add_bg_from_local('./route.png')
25
 
26
 
27
  fig = plt.figure(figsize=(10, 10))
@@ -41,7 +41,7 @@ def convert_df_to_csv(frame):
41
  return frame.to_csv(index=False).encode("utf-8")
42
 
43
  # fonction principale
44
- st.sidebar.image(r"./picture1.png")
45
  def main():
46
  st.markdown("<h2 style = 'text-align:center; \
47
  color:green;'> Classification pour l'octroi de credit </h2>", unsafe_allow_html = True)
 
21
  """,
22
  unsafe_allow_html=True
23
  )
24
+ add_bg_from_local('route.png')
25
 
26
 
27
  fig = plt.figure(figsize=(10, 10))
 
41
  return frame.to_csv(index=False).encode("utf-8")
42
 
43
  # fonction principale
44
+ st.sidebar.image("picture1.png")
45
  def main():
46
  st.markdown("<h2 style = 'text-align:center; \
47
  color:green;'> Classification pour l'octroi de credit </h2>", unsafe_allow_html = True)