Spaces:
Sleeping
Sleeping
Update pages/Intro.py (#10)
Browse files- Update pages/Intro.py (95b5c7a35e6704c28e31ac93a9b2430644c882a8)
Co-authored-by: sai praneeth <[email protected]>
- pages/Intro.py +2 -2
pages/Intro.py
CHANGED
@@ -3,8 +3,8 @@ import matplotlib.pyplot as plt
|
|
3 |
import pandas as pd
|
4 |
import plotly.graph_objects as go
|
5 |
|
6 |
-
image_path_1 = '
|
7 |
-
image_path_2 = '
|
8 |
st.image(image_path_1,caption=None, width=int, use_column_width=True, clamp=True, channels="RGB", output_format="auto")
|
9 |
|
10 |
st.title("Steps to get Intution of Data Analysis")
|
|
|
3 |
import pandas as pd
|
4 |
import plotly.graph_objects as go
|
5 |
|
6 |
+
image_path_1 = 'images/DataAnalysis.jpg'
|
7 |
+
image_path_2 = 'images/Data-Analytics-Life-Cycle.jpg'
|
8 |
st.image(image_path_1,caption=None, width=int, use_column_width=True, clamp=True, channels="RGB", output_format="auto")
|
9 |
|
10 |
st.title("Steps to get Intution of Data Analysis")
|