Apps / app.py
khaledeng15
add files
98ed57d
raw
history blame
628 Bytes
import streamlit as st
st.set_page_config(
page_title="Hello",
page_icon="πŸ‘‹",
)
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.
"""
)