import streamlit as st # Set page configuration st.set_page_config(page_title="Federal University Lokoja Community", page_icon=":school:", layout="centered") # Styling for the card card_style = """ """ # Inject custom CSS st.markdown(card_style, unsafe_allow_html=True) # Display card st.markdown( """
Community Image
Federal University Lokoja Community
Join our growing community at Hugging Face where we explore AI, NLP, and machine learning innovations.
Join Now
""", unsafe_allow_html=True )