Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 + " "
|