Skip to content

Commit

Permalink
Fix the display of the title
Browse files Browse the repository at this point in the history
  • Loading branch information
Mx-Bx committed Jul 14, 2024
1 parent 750bdf2 commit b760e6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Binary file modified app/__pycache__/data_app.cpython-310.pyc
Binary file not shown.
15 changes: 8 additions & 7 deletions app/data_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@


st.markdown("<h1 style='text-align: center;'>DIT DEVOPS PROJECT</h1>", unsafe_allow_html=True)
st.markdown("""<p style='text-align: center;'>
<ul>
<li>Mouhamadou Adji BARRY</li>
<li>Amadou Tidiane DIALLO</li>
<li>Aminata CHERIF</li>
</u></p>", unsafe_allow_html=True
""")
st.markdown("<p style='text-align: center;'> \
<ul> \
<li>Mouhamadou Adji BARRY</li> \
<li>Amadou Tidiane DIALLO</li> \
<li>Aminata CHERIF</li> \
</u> \
</p>", \
unsafe_allow_html=True)

st.markdown("""
This app allows you to download scraped data on 'villas', 'terrains' and 'appartements' from coin afrique
Expand Down

0 comments on commit b760e6e

Please sign in to comment.