import streamlit as st st.write("# Welcome to Khaled Space! 👋") st.markdown( """ Welcome to **Khaled's AI Learning Hub**! 🚀 This platform is dedicated to showcasing AI development projects, all designed to help you explore and understand the power of artificial intelligence. 🤖💡 **👈 Select a project from the sidebar** to see hands-on examples ranging from data processing to model deployment. Each project page will guide you through different aspects of AI development, helping you gain practical insights. """ )