Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +1 -1
my_pages/txt_pages.py
CHANGED
|
@@ -48,7 +48,7 @@ def render():
|
|
| 48 |
add_navigation("rashomon_developer", "developer_decisions")
|
| 49 |
|
| 50 |
paragraphs = [
|
| 51 |
-
("But a developer makes countless decisions when
|
| 52 |
("<br><br>Click 'Next' and take just a tiny glimpse into various choices a developer makes when designing an AI model.", 4)
|
| 53 |
]
|
| 54 |
|
|
|
|
| 48 |
add_navigation("rashomon_developer", "developer_decisions")
|
| 49 |
|
| 50 |
paragraphs = [
|
| 51 |
+
("But a developer makes countless decisions when designing the model that will impact the eventual interpretation being chosen.", 0),
|
| 52 |
("<br><br>Click 'Next' and take just a tiny glimpse into various choices a developer makes when designing an AI model.", 4)
|
| 53 |
]
|
| 54 |
|