Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,10 +30,10 @@ pdf_file_path = "Private_Book/Glossar_HELP_DESK_combi.pdf" # Replace with your
|
|
| 30 |
with st.sidebar:
|
| 31 |
st.title('BinDoc GmbH')
|
| 32 |
st.markdown("Experience revolutionary interaction with BinDocs Chat App, leveraging state-of-the-art AI technology.")
|
| 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" for you.<br><br>
|
| 39 |
๐ **Help Page Navigation:**<br>
|
|
|
|
| 30 |
with st.sidebar:
|
| 31 |
st.title('BinDoc GmbH')
|
| 32 |
st.markdown("Experience revolutionary interaction with BinDocs Chat App, leveraging state-of-the-art AI technology.")
|
| 33 |
+
add_vertical_space(2) # 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" for you.<br><br>
|
| 39 |
๐ **Help Page Navigation:**<br>
|