Sathwikchowdary commited on
Commit
bb341e7
1 Parent(s): 496ed2a

Update pages/Info_of_XML.py

Browse files
Files changed (1) hide show
  1. pages/Info_of_XML.py +1 -1
pages/Info_of_XML.py CHANGED
@@ -45,7 +45,7 @@ st.markdown("<h2 style='text-align: left; color: Black;'>📈How to Read(XML)</h
45
  st.markdown(
46
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
47
  "An XML file can be read using pandas by utilizing the function pd.read_xml("file path")."
48
- "</p>",
49
  unsafe_allow_html=True
50
  )
51
 
 
45
  st.markdown(
46
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
47
  "An XML file can be read using pandas by utilizing the function pd.read_xml("file path")."
48
+ "</p>",
49
  unsafe_allow_html=True
50
  )
51