yes2code commited on
Commit
5bc9f3d
·
1 Parent(s): 2c2b06b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -73,8 +73,7 @@ def main():
73
  placeholder = st.empty()
74
  placeholder.markdown(
75
  "<h1 style='text-align: center;'>Tabular/CSV Data Analytics📊</h1>",
76
- unsafe_allow_html=Truest.write("Hello human")
77
- st.write("Hello human")
78
  )
79
 
80
 
 
73
  placeholder = st.empty()
74
  placeholder.markdown(
75
  "<h1 style='text-align: center;'>Tabular/CSV Data Analytics📊</h1>",
76
+ unsafe_allow_html=True
 
77
  )
78
 
79