Anne31415 commited on
Commit
fc05c16
·
1 Parent(s): b00a4da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
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
- '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
 
 
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