Spaces:
Sleeping
Sleeping
Update pages/Intro.py
#10
by
Adiga02
- opened
- 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")
|