prakharg24 commited on
Commit
3b8b689
·
verified ·
1 Parent(s): 0adaec1

Update my_pages/txt_pages.py

Browse files
Files changed (1) hide show
  1. my_pages/txt_pages.py +9 -0
my_pages/txt_pages.py CHANGED
@@ -79,4 +79,13 @@ def render():
79
  ("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 1)
80
  ]
81
 
 
 
 
 
 
 
 
 
 
82
  add_fadein_text(paragraphs)
 
79
  ("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 1)
80
  ]
81
 
82
+ add_fadein_text(paragraphs)
83
+
84
+ elif st.session_state.page=="txt_conclusion":
85
+ add_navigation("multiverse", "conclusion")
86
+
87
+ paragraphs = [
88
+ ("Conclusion text.", 1)
89
+ ]
90
+
91
  add_fadein_text(paragraphs)