Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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')
|