| 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. | |
| """ | |
| ) |