import streamlit as st # Set page configuration st.set_page_config(page_title="Federal University Lokoja AI Community", page_icon=":sparkles:", layout="centered") # Custom CSS for styling the cards with navy/dark-night blue theme custom_css = """ """ # Inject the custom CSS st.markdown(custom_css, unsafe_allow_html=True) # Display the card layout in a row st.markdown("""