Spaces:
Sleeping
Sleeping
Update main.py
Browse files- main_page.py +5 -5
main_page.py
CHANGED
@@ -36,9 +36,9 @@ st.set_page_config(layout="wide")
|
|
36 |
|
37 |
st.image("images/AI.jpg")
|
38 |
st.title("AI and Data Science Examples")
|
39 |
-
st.subheader("
|
40 |
-
st.markdown("""**Course provided by
|
41 |
-
and developped by
|
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,14 +48,14 @@ 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 |
|
|
|
36 |
|
37 |
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 developped 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 |
#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 |
|