prakharg24 commited on
Commit
ce7f467
·
verified ·
1 Parent(s): 086122f

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
@@ -48,7 +48,7 @@ def render():
48
  add_navigation("rashomon_developer", "developer_decisions")
49
 
50
  paragraphs = [
51
- ("But a developer makes countless decisions when desiging 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
 
 
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