import streamlit as st class Resume: def skills_tools(self): st.header("Tools and Skills :") with st.expander("**Machine Learning**"): ML = ["SK-Learn", "Random Forest", "Decision Tree", "Ensemble Learning Bagging", "Boosting", "AUC/ROC", "EDA", "Clustering", "NLP", "Pipelines", "PCA" ] # Create bullet point list using HTML unordered list (