DOMMETI commited on
Commit
0bcc64d
·
verified ·
1 Parent(s): d26e48b

Update pages/2_Introduction_to_Statistics.py

Browse files
pages/2_Introduction_to_Statistics.py CHANGED
@@ -102,7 +102,7 @@ st.markdown("""Population refers to the entire set of data or all possible obser
102
  """,unsafe_allow_html=True)
103
  st.markdown("""Population Measure are **Parameters**
104
  """,unsafe_allow_html=True)
105
- st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/NqR4Aud2KosmHI4GDsCvF.png",caption="Population Data",width="400")
106
  st.subheader("Sample")
107
  st.markdown("""A sample is a smaller subset of a population, selected to represent the entire population in a study or analysis.
108
  """,unsafe_allow_html=True)
 
102
  """,unsafe_allow_html=True)
103
  st.markdown("""Population Measure are **Parameters**
104
  """,unsafe_allow_html=True)
105
+ st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/NqR4Aud2KosmHI4GDsCvF.png",caption="Population Data",width=400)
106
  st.subheader("Sample")
107
  st.markdown("""A sample is a smaller subset of a population, selected to represent the entire population in a study or analysis.
108
  """,unsafe_allow_html=True)