Update pages/introds.py
Browse files- pages/introds.py +1 -1
pages/introds.py
CHANGED
@@ -47,7 +47,7 @@ custom_css = f"""
|
|
47 |
st.markdown(custom_css, unsafe_allow_html=True)
|
48 |
|
49 |
# Header Section
|
50 |
-
st.markdown("<h1>Welcome to Data Science
|
51 |
|
52 |
# Content for Data Science
|
53 |
st.markdown(
|
|
|
47 |
st.markdown(custom_css, unsafe_allow_html=True)
|
48 |
|
49 |
# Header Section
|
50 |
+
st.markdown("<h1>Welcome to Data Science</h1>", unsafe_allow_html=True)
|
51 |
|
52 |
# Content for Data Science
|
53 |
st.markdown(
|