Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ Data analysis is a critical skill in today's data-driven world. Python is one of
|
|
33 |
- **Advanced Topics**: Dive into advanced topics like machine learning and big data analysis.
|
34 |
|
35 |
We hope you enjoy using this app and find it valuable in your learning journey. Happy analyzing!
|
|
|
36 |
""")
|
37 |
|
38 |
col1, col2, = st.columns(2,gap="small")
|
|
|
33 |
- **Advanced Topics**: Dive into advanced topics like machine learning and big data analysis.
|
34 |
|
35 |
We hope you enjoy using this app and find it valuable in your learning journey. Happy analyzing!
|
36 |
+
Click on the below icon to start you journey
|
37 |
""")
|
38 |
|
39 |
col1, col2, = st.columns(2,gap="small")
|