Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,4 +2,9 @@ import streamlit as st
|
|
| 2 |
|
| 3 |
st.header("Intro to Deep learining")
|
| 4 |
|
| 5 |
-
st.subheader("What is AI")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
st.header("Intro to Deep learining")
|
| 4 |
|
| 5 |
+
st.subheader("What is AI")
|
| 6 |
+
|
| 7 |
+
st.markdown("""AI stands for artificail Intelligence,In a simple term we can define AI as a huge field where we are going to make machine's mimic
|
| 8 |
+
human intelligence.
|
| 9 |
+
|
| 10 |
+
As we know we human beigns are having Natural Intelligence using which we are able to perform day to day task.And this intelligence we trained """)
|