Harika22 commited on
Commit
ab79161
·
verified ·
1 Parent(s): 1ebc159

Update pages/3_Life cycle of ML.py

Browse files
Files changed (1) hide show
  1. pages/3_Life cycle of ML.py +1 -2
pages/3_Life cycle of ML.py CHANGED
@@ -143,7 +143,7 @@ def display_csv_info():
143
  def display_xml_info():
144
  st.write("### XML Format")
145
  st.write("""
146
- **What it is**: XML (eXtensible Markup Language) is a flexible and structured format used to store data in a hierarchical manner.
147
 
148
  **How to read these files**:
149
  - Use `pandas.read_xml()` to read XML files or `xml.etree.ElementTree` for more complex parsing.
@@ -175,7 +175,6 @@ def open_code_example(data_format):
175
  webbrowser.open_new_tab(link)
176
 
177
  def main():
178
- st.title("Machine Learning Life Cycle")
179
  st.sidebar.title("ML Life Cycle Navigation")
180
 
181
  if st.sidebar.button("Data Collection"):
 
143
  def display_xml_info():
144
  st.write("### XML Format")
145
  st.write("""
146
+ **What it is**: XML (Extensible Markup Language) is a flexible and structured format used to store data in a hierarchical manner.
147
 
148
  **How to read these files**:
149
  - Use `pandas.read_xml()` to read XML files or `xml.etree.ElementTree` for more complex parsing.
 
175
  webbrowser.open_new_tab(link)
176
 
177
  def main():
 
178
  st.sidebar.title("ML Life Cycle Navigation")
179
 
180
  if st.sidebar.button("Data Collection"):