Spaces:
Runtime error
Runtime error
Nick Canu
commited on
Commit
β’
55f6f75
1
Parent(s):
c19f4c8
updating photo dir
Browse files
NC.jfif β About_Us_Images/NC.jfif
RENAMED
File without changes
|
SC.jfif β About_Us_Images/SC.jfif
RENAMED
File without changes
|
TD.jfif β About_Us_Images/TD.jfif
RENAMED
File without changes
|
Home.py
CHANGED
@@ -381,7 +381,7 @@ def about_us():
|
|
381 |
col1, col2, col3 = st.columns([1,1,1])
|
382 |
|
383 |
with col1:
|
384 |
-
st.image('./NC.jfif', use_column_width=True)
|
385 |
st.subheader('Nick Canu')
|
386 |
st.write("""
|
387 |
**University of Michigan**\n
|
@@ -389,7 +389,7 @@ def about_us():
|
|
389 |
""")
|
390 |
|
391 |
with col2:
|
392 |
-
st.image('./TD.jfif', use_column_width=True)
|
393 |
st.subheader('Taylor Druhot')
|
394 |
st.write("""
|
395 |
**University of Michigan**\n
|
@@ -397,7 +397,7 @@ def about_us():
|
|
397 |
""")
|
398 |
|
399 |
with col3:
|
400 |
-
st.image('./SC.jfif', use_column_width=True)
|
401 |
st.subheader('Sebastian Capp')
|
402 |
st.write("""
|
403 |
**University of Michigan**\n
|
|
|
381 |
col1, col2, col3 = st.columns([1,1,1])
|
382 |
|
383 |
with col1:
|
384 |
+
st.image('./About_Us_Images/NC.jfif', use_column_width=True)
|
385 |
st.subheader('Nick Canu')
|
386 |
st.write("""
|
387 |
**University of Michigan**\n
|
|
|
389 |
""")
|
390 |
|
391 |
with col2:
|
392 |
+
st.image('./About_Us_Images/TD.jfif', use_column_width=True)
|
393 |
st.subheader('Taylor Druhot')
|
394 |
st.write("""
|
395 |
**University of Michigan**\n
|
|
|
397 |
""")
|
398 |
|
399 |
with col3:
|
400 |
+
st.image('./About_Us_Images/SC.jfif', use_column_width=True)
|
401 |
st.subheader('Sebastian Capp')
|
402 |
st.write("""
|
403 |
**University of Michigan**\n
|