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

Update pages/2_Introduction_to_Statistics.py

Browse files

![Screenshot 2024-08-25 at 2.43.49 PM.png](https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/u73pY9APXB0kpickkqbjo.png)

pages/2_Introduction_to_Statistics.py CHANGED
@@ -102,9 +102,10 @@ 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("")
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)
109
  st.markdown("""Sample Measure are **Statistics**
110
- """,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)
109
  st.markdown("""Sample Measure are **Statistics**
110
+ """,unsafe_allow_html=True)
111
+ st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/u73pY9APXB0kpickkqbjo.png",caption="Sample Data",width=400)