import streamlit as st from PIL import Image def app(): # Sidebar st.sidebar.title('Check Coherence') st.sidebar.write(' ') st.sidebar.selectbox('Select NDC', ('South Africa', 'Ethiopia')) # Container c1, c2, c3 = st.columns([1, 7, 1]) c2.markdown("