import streamlit as st

st.set_page_config(layout="wide")

col1, col2, col3 = st.columns(3)

with col1:
    st.image("images/under_constr.png")

with col2:
    st.image("images/game_over_small.png")

with col3:
    st.image("images/under_constr.png")