diff --git a/medapp.py b/medapp.py index 3ac377e..969fe6b 100644 --- a/medapp.py +++ b/medapp.py @@ -183,6 +183,31 @@ def main(): st.write("---") + # Add the feedback button at the end of the main tab + st.markdown("---") + st.markdown( + """ +
+ + + +
+ """, + unsafe_allow_html=True + ) + with tab2: st.header("Disclosures") with open("disclosures.txt", "r") as f: