DOMMETI commited on
Commit
1502f2f
·
verified ·
1 Parent(s): 8fa8125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -71,4 +71,12 @@ st.markdown("""
71
  </style>
72
  """, unsafe_allow_html=True)
73
  st.title('STATISTICS')
74
- st.subheader('What does the term statistics means?')
 
 
 
 
 
 
 
 
 
71
  </style>
72
  """, unsafe_allow_html=True)
73
  st.title('STATISTICS')
74
+ st.subheader('What does the term statistics means?')
75
+ 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)
76
+ st.markdown("""
77
+ <ul class="icon-bullet">
78
+ <li>Collecting</li>
79
+ <li>Interpreting</li>
80
+ <li>Analysis</li>
81
+ <li>Structuring</li>
82
+ </ul>""",unsafe_allow_html=True)