Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
|
|
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 |
|