Spaces:
Sleeping
Sleeping
Update main_page.py
Browse files- main_page.py +1 -10
main_page.py
CHANGED
@@ -38,7 +38,7 @@ st.image("images/AI.jpg")
|
|
38 |
st.title("AI and Data Science Examples")
|
39 |
st.subheader("2023-2024")
|
40 |
st.markdown("""**Course provided by D. SREERANJAN** <br>
|
41 |
-
and
|
42 |
""", unsafe_allow_html=True)
|
43 |
#st.markdown("in collaboration with Hi! PARIS engineers: Laurène DAVID, Salma HOUIDI and Maeva N'GUESSAN")
|
44 |
|
@@ -48,15 +48,6 @@ st.info("""**About the app**: The AI and Data Science Examples app was created t
|
|
48 |
|
49 |
st.divider()
|
50 |
|
51 |
-
"""
|
52 |
-
#Hi! PARIS collaboration mention
|
53 |
-
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 [Hi! PARIS](%s)**" % url)
|
58 |
-
"""
|
59 |
-
|
60 |
|
61 |
|
62 |
##################################################################################
|
|
|
38 |
st.title("AI and Data Science Examples")
|
39 |
st.subheader("2023-2024")
|
40 |
st.markdown("""**Course provided by D. SREERANJAN** <br>
|
41 |
+
and developed by *DOROSARA*.
|
42 |
""", unsafe_allow_html=True)
|
43 |
#st.markdown("in collaboration with Hi! PARIS engineers: Laurène DAVID, Salma HOUIDI and Maeva N'GUESSAN")
|
44 |
|
|
|
48 |
|
49 |
st.divider()
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
##################################################################################
|