import streamlit as st def home(): st.markdown(""" """, unsafe_allow_html=True) st.markdown("""
A AI Personalised Coach application for CBSE Classs using face recognition.
This project utilizes the face recognition Python module to build a web app powered by Streamlit. It allows users to perform face recognition tasks interactively.
An Initiative by Koodapakkam school, Suggestions are Welcome to email id
""", unsafe_allow_html=True)