mmmapms commited on
Commit
263de36
1 Parent(s): 6795d8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("C:/Users/mmascare/Documents/KU_Leuven_logo.png", width=100) # Adjust the path and width as needed
127
  with col2_2:
128
- st.image("C:/Users/mmascare/Documents/energyville_logo.png", width=100)
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