Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ with st.sidebar:
|
|
30 |
st.title('BinDoc GmbH')
|
31 |
st.markdown("Experience revolutionary interaction with BinDocs Chat App, leveraging state-of-the-art AI technology.")
|
32 |
|
33 |
-
add_vertical_space(
|
34 |
|
35 |
st.markdown("""
|
36 |
Hello! I’m here to assist you with:<br><br>
|
@@ -49,7 +49,7 @@ with st.sidebar:
|
|
49 |
('Basisfallwert', 'Cash Flow', 'Arzneimittelgesetz (AMG)')
|
50 |
)
|
51 |
|
52 |
-
add_vertical_space(
|
53 |
|
54 |
whitepaper_option = st.selectbox(
|
55 |
'Did you know we\'ve authored some really insightful and helpful whitepapers as well?',
|
|
|
30 |
st.title('BinDoc GmbH')
|
31 |
st.markdown("Experience revolutionary interaction with BinDocs Chat App, leveraging state-of-the-art AI technology.")
|
32 |
|
33 |
+
add_vertical_space(1) # Adjust as per the desired spacing
|
34 |
|
35 |
st.markdown("""
|
36 |
Hello! I’m here to assist you with:<br><br>
|
|
|
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?',
|