Update home.py
Browse files
home.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
st.title("Data Analysis Tutorial by Suraj
|
| 4 |
|
| 5 |
st.write("In past few decades technology has changed the world we live, and going forward it is even going to change the world drastically by the new oil in the world that is 'Data'. Here let us make an effort to understand what is this data all about and how this new field of data science it is going to change the economies of the world. ")
|
| 6 |
st.image("https://images.shiksha.com/mediadata/shikshaOnline/mailers/2021/naukri-learning/oct/27oct/what-is-data-analyst.jpg", width = 430)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
st.title("Data Analysis Tutorial by Suraj")
|
| 4 |
|
| 5 |
st.write("In past few decades technology has changed the world we live, and going forward it is even going to change the world drastically by the new oil in the world that is 'Data'. Here let us make an effort to understand what is this data all about and how this new field of data science it is going to change the economies of the world. ")
|
| 6 |
st.image("https://images.shiksha.com/mediadata/shikshaOnline/mailers/2021/naukri-learning/oct/27oct/what-is-data-analyst.jpg", width = 430)
|