Adjoumani commited on
Commit
f6d2125
·
verified ·
1 Parent(s): 47dc2d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -152,3 +152,13 @@ st.markdown(
152
  """,
153
  unsafe_allow_html=True,
154
  )
 
 
 
 
 
 
 
 
 
 
 
152
  """,
153
  unsafe_allow_html=True,
154
  )
155
+
156
+
157
+
158
+ # Pied de page
159
+ st.markdown("""
160
+ <hr>
161
+ <footer style="text-align: center; font-size: 0.9em;">
162
+ © 2024 - Le Radiologue Virtuel | Propulsé par M. ADJOUMANI
163
+ </footer>
164
+ """, unsafe_allow_html=True)