Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +1 -1
my_pages/txt_pages.py
CHANGED
|
@@ -11,7 +11,7 @@ def render():
|
|
| 11 |
"being able to anticipate outcomes based on the information we already have.", 4),
|
| 12 |
("Unfortunately, translating the nuances of real world into 'data' can result in information loss. "
|
| 13 |
"This makes the prediction problem <b><i>imperfect</i></b>.", 5),
|
| 14 |
-
("<br><br>Click 'Next' to create
|
| 15 |
]
|
| 16 |
|
| 17 |
add_fadein_text(paragraphs)
|
|
|
|
| 11 |
"being able to anticipate outcomes based on the information we already have.", 4),
|
| 12 |
("Unfortunately, translating the nuances of real world into 'data' can result in information loss. "
|
| 13 |
"This makes the prediction problem <b><i>imperfect</i></b>.", 5),
|
| 14 |
+
("<br><br>Click 'Next' to create data for a real-world problem and notice this information loss.", 1)
|
| 15 |
]
|
| 16 |
|
| 17 |
add_fadein_text(paragraphs)
|