Update my_pages/conclusion.py
Browse files- my_pages/conclusion.py +7 -1
my_pages/conclusion.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
from utils import add_navigation, add_instruction_text
|
| 3 |
|
| 4 |
def render():
|
| 5 |
-
add_navigation("txt_conclusion",
|
| 6 |
|
| 7 |
add_instruction_text(
|
| 8 |
"""
|
|
@@ -12,6 +12,12 @@ def render():
|
|
| 12 |
"""
|
| 13 |
)
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
add_instruction_text(
|
| 16 |
"""
|
| 17 |
Visual design aspects of the demo were co-created with ChatGPT.
|
|
|
|
| 2 |
from utils import add_navigation, add_instruction_text
|
| 3 |
|
| 4 |
def render():
|
| 5 |
+
add_navigation("txt_conclusion", "bibliography")
|
| 6 |
|
| 7 |
add_instruction_text(
|
| 8 |
"""
|
|
|
|
| 12 |
"""
|
| 13 |
)
|
| 14 |
|
| 15 |
+
add_instruction_text(
|
| 16 |
+
"""
|
| 17 |
+
Click 'Next' for the bibliography and further reading.
|
| 18 |
+
"""
|
| 19 |
+
)
|
| 20 |
+
|
| 21 |
add_instruction_text(
|
| 22 |
"""
|
| 23 |
Visual design aspects of the demo were co-created with ChatGPT.
|