Update app.py
Browse files
app.py
CHANGED
@@ -44,17 +44,17 @@ with st.sidebar:
|
|
44 |
|
45 |
add_vertical_space(1) # Adjust as per the desired spacing
|
46 |
|
47 |
-
glossary_option = st.selectbox(
|
48 |
-
|
49 |
-
|
50 |
-
)
|
51 |
|
52 |
-
add_vertical_space(1)
|
53 |
|
54 |
-
whitepaper_option = st.selectbox(
|
55 |
-
|
56 |
-
|
57 |
-
)
|
58 |
|
59 |
st.write('Made with ❤️ by BinDoc GmbH')
|
60 |
|
|
|
44 |
|
45 |
add_vertical_space(1) # Adjust as per the desired spacing
|
46 |
|
47 |
+
#glossary_option = st.selectbox(
|
48 |
+
# 'Want to see more Glossary Topics to ask about?',
|
49 |
+
# ('Basisfallwert', 'Cash Flow', 'Arzneimittelgesetz (AMG)')
|
50 |
+
#)
|
51 |
|
52 |
+
#add_vertical_space(1)
|
53 |
|
54 |
+
#whitepaper_option = st.selectbox(
|
55 |
+
# 'Did you know we\'ve authored some really insightful and helpful whitepapers as well?',
|
56 |
+
# ('Die Value Story als strategisches Instrument', 'Patientenmagnet Robotik: Best Practice Beispiel ', 'Das AGAPLesion-Konzept ')
|
57 |
+
#)
|
58 |
|
59 |
st.write('Made with ❤️ by BinDoc GmbH')
|
60 |
|