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 with a navy blue theme and vertical column layout custom_css = """ """ # Inject the custom CSS st.markdown(custom_css, unsafe_allow_html=True) # Display the enhanced card layout in a vertical column structure st.markdown("""
AI Innovation Image
Federal University Lokoja AI Community
Connect, collaborate, and innovate with fellow AI enthusiasts, researchers, and experts. Explore the latest in machine learning and AI developments!
Community Events Image
AI Workshops & Events
Participate in hands-on workshops, hackathons, and seminars led by experts. Network and learn new AI skills together!
Resources Image
Resources & Tools
Access curated datasets, state-of-the-art models, and tutorials to help you excel in your AI journey.
""", unsafe_allow_html=True)