Spaces:
Sleeping
Sleeping
File size: 628 Bytes
e3c1dfe 98ed57d e3c1dfe 98ed57d e3c1dfe 98ed57d e3c1dfe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
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.
"""
) |