Anne31415 commited on
Commit
ce08591
Β·
1 Parent(s): fb0ea79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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