Spaces:
Sleeping
Sleeping
Update pages/RoadMap.py
Browse files- pages/RoadMap.py +1 -1
pages/RoadMap.py
CHANGED
|
@@ -54,7 +54,7 @@ st.markdown("""
|
|
| 54 |
""", unsafe_allow_html=True)
|
| 55 |
|
| 56 |
# Page title
|
| 57 |
-
st.title("Data Analysis Roadmap")
|
| 58 |
|
| 59 |
# Center image at the top
|
| 60 |
st.image("images/roadmap.jpg", use_column_width='always')
|
|
|
|
| 54 |
""", unsafe_allow_html=True)
|
| 55 |
|
| 56 |
# Page title
|
| 57 |
+
st.title("Data Analysis With Python Roadmap")
|
| 58 |
|
| 59 |
# Center image at the top
|
| 60 |
st.image("images/roadmap.jpg", use_column_width='always')
|