Peter Yang commited on
Commit
4d27762
Β·
1 Parent(s): 683b3bc

fix hide_streamlit_style

Browse files
pages/15_πŸ“ˆ_Table_Data_Cleaning.py CHANGED
@@ -9,7 +9,8 @@ st.set_page_config(layout="wide")
9
  # Function for the CSV Visualization App
10
  def app():
11
 
12
- st.markdown(hide_streamlit_style, unsafe_allow_html=True)
 
13
 
14
  st.title('CSV Data Cleaning')
15
 
 
9
  # Function for the CSV Visualization App
10
  def app():
11
 
12
+ st.markdown(f"<style>{hide_streamlit_style}</style>\n Data Cleaning", unsafe_allow_html=True)
13
+
14
 
15
  st.title('CSV Data Cleaning')
16