verifiability / my_pages /conclusion.py
prakharg24's picture
Update my_pages/conclusion.py
6cebb28 verified
raw
history blame
428 Bytes
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>
"""
)