Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,6 +72,7 @@ st.markdown("""
|
|
| 72 |
}
|
| 73 |
</style>
|
| 74 |
""", unsafe_allow_html=True)
|
|
|
|
| 75 |
st.title('STATISTICS')
|
| 76 |
st.subheader('What does the term statistics means?')
|
| 77 |
st.markdown("""It is a huge field in this we are going to deal data.The below mentioned are some of the operations which we will be doing on data""",unsafe_allow_html=True)
|
|
|
|
| 72 |
}
|
| 73 |
</style>
|
| 74 |
""", unsafe_allow_html=True)
|
| 75 |
+
st.snow()
|
| 76 |
st.title('STATISTICS')
|
| 77 |
st.subheader('What does the term statistics means?')
|
| 78 |
st.markdown("""It is a huge field in this we are going to deal data.The below mentioned are some of the operations which we will be doing on data""",unsafe_allow_html=True)
|