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>
|
|
|
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>
|