Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
st.title(":blue[THE JOURNEY OF DATA ANALYSIS]")
|
| 3 |
st.caption("Transform tables into tales — data analysis brings stories to life")
|
| 4 |
-
st.image("https://
|
| 5 |
st.header("What is Data and how to analyze the data?",divider="blue")
|
| 6 |
multi = '''Data refers to the raw facts of information - it can take many forms such as text, images, audio and videos etc.,
|
| 7 |
Data is the foundation upon which knowledge is built, but by itself, it doesn’t provide meaning or insights.
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
st.title(":blue[THE JOURNEY OF DATA ANALYSIS]")
|
| 3 |
st.caption("Transform tables into tales — data analysis brings stories to life")
|
| 4 |
+
st.image("https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.purpleslate.com%2Fa-piece-of-data-analytics-evolution-infographic%2F&psig=AOvVaw1Y1AC4y5T7JDK9RBtyXhHD&ust=1725283386262000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCIDf6OTroYgDFQAAAAAdAAAAABAJ")
|
| 5 |
st.header("What is Data and how to analyze the data?",divider="blue")
|
| 6 |
multi = '''Data refers to the raw facts of information - it can take many forms such as text, images, audio and videos etc.,
|
| 7 |
Data is the foundation upon which knowledge is built, but by itself, it doesn’t provide meaning or insights.
|