Spaces:
Running
Running
add mention of engineers
Browse files- main_page.py +4 -1
main_page.py
CHANGED
@@ -37,7 +37,10 @@ st.set_page_config(layout="wide")
|
|
37 |
st.image("images/AI.jpg")
|
38 |
st.title("AI and Data Science Examples")
|
39 |
st.subheader("HEC Paris, 2023-2024")
|
40 |
-
st.markdown("Course provided by
|
|
|
|
|
|
|
41 |
|
42 |
st.markdown(" ")
|
43 |
st.info("""**About the app**: The AI and Data Science Examples app was created to introduce students to the field of Data Science by showcasing real-life applications of AI.
|
|
|
37 |
st.image("images/AI.jpg")
|
38 |
st.title("AI and Data Science Examples")
|
39 |
st.subheader("HEC Paris, 2023-2024")
|
40 |
+
st.markdown("""**Course provided by Shirish C. SRIVASTAVA** <br>
|
41 |
+
with the help of Hi! PARIS Engineers: **Laurène DAVID**, **Salma HOUIDI** and **Maeva N'GUESSAN**.
|
42 |
+
""", unsafe_allow_html=True)
|
43 |
+
#st.markdown("in collaboration with Hi! PARIS engineers: Laurène DAVID, Salma HOUIDI and Maeva N'GUESSAN")
|
44 |
|
45 |
st.markdown(" ")
|
46 |
st.info("""**About the app**: The AI and Data Science Examples app was created to introduce students to the field of Data Science by showcasing real-life applications of AI.
|