Update my_pages/conclusion.py
Browse files- my_pages/conclusion.py +1 -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("
|
| 6 |
|
| 7 |
add_instruction_text(
|
| 8 |
"""
|
|
|
|
| 2 |
from utils import add_navigation, add_instruction_text
|
| 3 |
|
| 4 |
def render():
|
| 5 |
+
add_navigation("txt_conclusion", None)
|
| 6 |
|
| 7 |
add_instruction_text(
|
| 8 |
"""
|