Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ with st.sidebar:
|
|
| 19 |
st.title(':orange_book: BinDoc GmbH')
|
| 20 |
|
| 21 |
# Securely store the API key
|
| 22 |
-
st.
|
| 23 |
|
| 24 |
# Retrieve the API key from st.secrets
|
| 25 |
api_key = st.secrets["OPENAI_API_KEY"]
|
|
|
|
| 19 |
st.title(':orange_book: BinDoc GmbH')
|
| 20 |
|
| 21 |
# Securely store the API key
|
| 22 |
+
st.secrets("OPENAI_API_KEY")
|
| 23 |
|
| 24 |
# Retrieve the API key from st.secrets
|
| 25 |
api_key = st.secrets["OPENAI_API_KEY"]
|