prakharg24 commited on
Commit
4c80b71
·
verified ·
1 Parent(s): 91db57a

Update my_pages/txt_pages.py

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