Anne31415 commited on
Commit
2c21aba
·
1 Parent(s): ae22dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -47,6 +47,8 @@ with st.sidebar:
47
  ('Basisfallwert', 'Cash Flow', 'Arzneimittelgesetz (AMG)')
48
  )
49
 
 
 
50
  whitepaper_option = st.selectbox(
51
  'Did you know we\'ve authored some really insightful and helpful whitepapers as well?',
52
  ('Title1', 'Title2', 'Title3')
 
47
  ('Basisfallwert', 'Cash Flow', 'Arzneimittelgesetz (AMG)')
48
  )
49
 
50
+ add_vertical_space(2)
51
+
52
  whitepaper_option = st.selectbox(
53
  'Did you know we\'ve authored some really insightful and helpful whitepapers as well?',
54
  ('Title1', 'Title2', 'Title3')