Spaces:
Sleeping
Sleeping
add credits to engineers
Browse files- main_page.py +2 -2
main_page.py
CHANGED
@@ -38,7 +38,7 @@ 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 |
-
|
42 |
""", unsafe_allow_html=True)
|
43 |
#st.markdown("in collaboration with Hi! PARIS engineers: Laurène DAVID, Salma HOUIDI and Maeva N'GUESSAN")
|
44 |
|
@@ -54,7 +54,7 @@ st.markdown(" ")
|
|
54 |
image_hiparis = Image.open('images/hi-paris.png')
|
55 |
st.image(image_hiparis, width=150)
|
56 |
url = "https://www.hi-paris.fr/"
|
57 |
-
st.markdown("**The app was made in collaboration with
|
58 |
|
59 |
|
60 |
|
|
|
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 |
+
and developped by 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 |
|
|
|
54 |
image_hiparis = Image.open('images/hi-paris.png')
|
55 |
st.image(image_hiparis, width=150)
|
56 |
url = "https://www.hi-paris.fr/"
|
57 |
+
st.markdown("**The app was made in collaboration with [Hi! PARIS](%s)**" % url)
|
58 |
|
59 |
|
60 |
|