Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,9 +123,9 @@ with col2:
|
|
123 |
upper_space = col2.empty()
|
124 |
col2_1, col2_2 = st.columns(2) # Create two columns within the right column for side-by-side images
|
125 |
with col2_1:
|
126 |
-
st.image("
|
127 |
with col2_2:
|
128 |
-
st.image("
|
129 |
|
130 |
upper_space.markdown("""
|
131 |
|
|
|
123 |
upper_space = col2.empty()
|
124 |
col2_1, col2_2 = st.columns(2) # Create two columns within the right column for side-by-side images
|
125 |
with col2_1:
|
126 |
+
st.image("KU_Leuven_logo.png", width=100) # Adjust the path and width as needed
|
127 |
with col2_2:
|
128 |
+
st.image("energyville_logo.png", width=100)
|
129 |
|
130 |
upper_space.markdown("""
|
131 |
|