import streamlit as st st.markdown("#### Introduction to AI") st.markdown("##### Basic Defintion:-") st.markdown("In AI, we are trying to guide the machine can **mimic/copy** Natural Intelligence and creating AI to perform daily tasks without involvment of Human Being. By achieving this **Natural Intelligence** We are using tools like **Machine Learning**,**Deep Learning** and **GenAI**.") st.markdown("**Example**:- **Artificial Satelite**") st.markdown("The **Moon** is the natural satellite of Earth. Here, we are attempting to mimic its behavior by creating an **Artificial satellite**.") st.image("Ex of AI.png")