Sreeja6600 commited on
Commit
ba5a506
·
verified ·
1 Parent(s): 333ea3a

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ st.header(":blue[PROBABILITY]")
3
+ multi = """Advanced statistics refers to a specialized field that extends beyond the basic statistical concepts and techniques used
4
+ in everyday data analysis. It involves more complex mathematical models and methods to uncover deeper
5
+ insights and patterns within data sets."""
6
+ st.markdown(multi)