Update app.py
Browse files
app.py
CHANGED
|
@@ -38,6 +38,8 @@ with st.sidebar:
|
|
| 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>
|
| 40 |
Ask me if you forgot your password or want to know more about topics related to the platform.
|
|
|
|
|
|
|
| 41 |
""", unsafe_allow_html=True)
|
| 42 |
|
| 43 |
add_vertical_space(3) # Adjust as per the desired spacing
|
|
|
|
| 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>
|
| 40 |
Ask me if you forgot your password or want to know more about topics related to the platform.
|
| 41 |
+
📰 Latest Whitepapers Insights:<br><br>
|
| 42 |
+
Curious about our recent publications? Feel free to ask questions about our latest whitepapers, and I'll provide you with the insights you need!<br><br>
|
| 43 |
""", unsafe_allow_html=True)
|
| 44 |
|
| 45 |
add_vertical_space(3) # Adjust as per the desired spacing
|