yes2code commited on
Commit
2c2b06b
·
1 Parent(s): 01a08d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,7 +73,8 @@ def main():
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
 
 
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