satya11 commited on
Commit
d8f3b64
·
verified ·
1 Parent(s): 8503bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ ADVANCE_STATISTICS ="""
7
  Advanced statistics refers to a specialized field that extends beyond the basic statistical concepts and techniques used
8
  in everyday data analysis. It involves more complex mathematical models and methods to uncover deeper insights and patterns within data sets.
9
  """
10
- st.button("sss")
11
  def stream_data():
12
  for word in ADVANCE_STATISTICS.split(" "):
13
  yield word + " "
 
7
  Advanced statistics refers to a specialized field that extends beyond the basic statistical concepts and techniques used
8
  in everyday data analysis. It involves more complex mathematical models and methods to uncover deeper insights and patterns within data sets.
9
  """
 
10
  def stream_data():
11
  for word in ADVANCE_STATISTICS.split(" "):
12
  yield word + " "