import streamlit as st def home(): st.markdown(""" """, unsafe_allow_html=True) st.markdown("""

AI NANBAN

A AI Personalised Coach application for CBSE Classs using face recognition.

Introduction

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.

Features

An Initiative by Koodapakkam school, Suggestions are Welcome to email id

""", unsafe_allow_html=True)