Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -85,5 +85,5 @@ def main() -> None:
|
|
| 85 |
st.success("API Key accepted")
|
| 86 |
else:
|
| 87 |
st.warning("⚠️ API Key not found, please enter you key to proceed")
|
| 88 |
-
st.markdown("[Get your API key here](
|
| 89 |
return
|
|
|
|
| 85 |
st.success("API Key accepted")
|
| 86 |
else:
|
| 87 |
st.warning("⚠️ API Key not found, please enter you key to proceed")
|
| 88 |
+
st.markdown("[Get your API key here](https://platform.openai.com/api-keys))
|
| 89 |
return
|