import streamlit as st from PIL import Image image = Image.open("RAII.png") st.image(image, width = 200) col1, col2 = st.columns(2,gap="small") with col1: image = Image.open("RAII.png") st.image(image, width = 200) with col2: image = Image.open("RAII.png") st.image(image, width = 200) col1, col2 = st.columns(2,gap="small") with col1: image = Image.open("RAII.png") st.image(image, width = 200) with col2: image = Image.open("RAII.png") st.image(image, width = 200) col1, col2 = st.columns(2,gap="small") with col1: image = Image.open("RAII.png") st.image(image, width = 200) with col2: image = Image.open("RAII.png") st.image(image, width = 200) change_link_color = """ """ st.markdown(change_link_color , unsafe_allow_html=True) st.write('