import streamlit as st # Set page configuration for a wide layout st.set_page_config(page_title="Federal University Lokoja AI Community", page_icon=":sparkles:", layout="wide") # Custom CSS for styling the cards with a navy/dark-night blue theme row_css = """ """ # Inject the custom CSS st.markdown(row_css, unsafe_allow_html=True) # Display the three cards in a single row st.markdown("""
AI Innovation Image
Federal University Lokoja AI Community
Join our vibrant AI community to connect with researchers and enthusiasts in machine learning and AI.
Workshops and Events
Workshops & Events
Participate in AI workshops, hackathons, and networking events to hone your skills and connect with others.
Resources
Resources & Tools
Access state-of-the-art AI tools, datasets, and resources curated for your learning and projects.
""", unsafe_allow_html=True)