Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -2,6 +2,8 @@ import streamlit as st
|
|
2 |
import pandas as pd
|
3 |
import json
|
4 |
import xml.etree.ElementTree as ET
|
|
|
|
|
5 |
|
6 |
# Inject custom CSS to style the buttons
|
7 |
st.markdown("""
|
|
|
2 |
import pandas as pd
|
3 |
import json
|
4 |
import xml.etree.ElementTree as ET
|
5 |
+
pip install matplotlib
|
6 |
+
|
7 |
|
8 |
# Inject custom CSS to style the buttons
|
9 |
st.markdown("""
|