Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,14 +35,14 @@ with st.sidebar:
|
|
| 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>
|
| 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
|
| 44 |
st.write('Made with ❤️ by BinDoc GmbH')
|
| 45 |
-
|
| 46 |
|
| 47 |
api_key = os.getenv("OPENAI_API_KEY")
|
| 48 |
# Retrieve the API key from st.secrets
|
|
|
|
| 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>
|
| 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
|
| 44 |
st.write('Made with ❤️ by BinDoc GmbH')
|
| 45 |
+
|
| 46 |
|
| 47 |
api_key = os.getenv("OPENAI_API_KEY")
|
| 48 |
# Retrieve the API key from st.secrets
|