import streamlit as st def home(): st.markdown(""" """, unsafe_allow_html=True) # Load GIF image from a trusted source gif_url = "https://articleft.com/wp-content/uploads/2023/06/040823_chatgpt_feat.gif" st.image(gif_url, width=400) # Adjust width as needed # Split markdown for separate rendering intro_text = """

AI NANBAN

AI Personalised Coach application for CBSE Classs using face recognition.

""" features_text = """

Features

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

""" st.markdown(intro_text, unsafe_allow_html=True) st.markdown("""

Introduction

""", unsafe_allow_html=True) st.markdown(features_text, unsafe_allow_html=True)