From f95f6f9d6f8050e4935b5a742f3d6883a8524633 Mon Sep 17 00:00:00 2001 From: Sudhendra Date: Wed, 16 Oct 2024 14:02:05 -0400 Subject: [PATCH] feedback --- medapp.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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: