Update app.py
Browse files
app.py
CHANGED
@@ -30,10 +30,10 @@ 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>
|
37 |
๐ **Glossary Inquiries:**<br>
|
38 |
I can clarify terms like "DiGA", "AOP", or "BfArM", providing clear and concise explanations to help you understand our content better.<br><br>
|
39 |
๐ **Help Page Navigation:**<br>
|
|
|
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(0.5) # Adjust as per the desired spacing
|
34 |
|
35 |
st.markdown("""
|
36 |
+
Hello! Iโm here to assist you with:<br><br>
|
37 |
๐ **Glossary Inquiries:**<br>
|
38 |
I can clarify terms like "DiGA", "AOP", or "BfArM", providing clear and concise explanations to help you understand our content better.<br><br>
|
39 |
๐ **Help Page Navigation:**<br>
|