prakharg24 commited on
Commit
aab9538
·
verified ·
1 Parent(s): a218c32

Update my_pages/bibliography.py

Browse files
Files changed (1) hide show
  1. my_pages/bibliography.py +19 -0
my_pages/bibliography.py CHANGED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ from utils import add_navigation, add_instruction_text
3
+
4
+ def render():
5
+ add_navigation("conclusion", None)
6
+
7
+ add_instruction_text(
8
+ """
9
+ We hope you enjoyed the demo. <br><br>
10
+ Any questions, suggestions, or feedback? Or you just want to chat?<br>
11
+ Feel free to reach out at: <a href="mailto:prakhar.ganesh@mila.quebec">prakhar.ganesh@mila.quebec</a>
12
+ """
13
+ )
14
+
15
+ add_instruction_text(
16
+ """
17
+ Visual design aspects of the demo were co-created with ChatGPT.
18
+ """
19
+ )