| import streamlit as st | |
| from utils import add_navigation, add_instruction_text | |
| def render(): | |
| add_navigation("txt_conclusion", None) | |
| 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> | |
| """ | |
| ) |