import streamlit as st
from utils import add_navigation, add_instruction_text
def render():
add_navigation("txt_conclusion", "bibliography")
add_instruction_text(
"""
We hope you enjoyed the demo.
Any questions, suggestions, or feedback? Or you just want to chat?
Feel free to reach out at: prakhar.ganesh@mila.quebec
"""
)
add_instruction_text(
"""
Click 'Next' for the bibliography and further reading.
"""
)
add_instruction_text(
"""
Visual design aspects of the demo were co-created with ChatGPT.
"""
)