verifiability / my_pages /conclusion.py
prakharg24's picture
Update my_pages/conclusion.py
d9e6a62 verified
raw
history blame contribute delete
687 Bytes
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. <br><br>
Any questions, suggestions, or feedback? Or you just want to chat?<br>
Feel free to reach out at: <a href="mailto:prakhar.ganesh@mila.quebec">prakhar.ganesh@mila.quebec</a>
"""
)
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.
"""
)