thisisdev commited on
Commit
bf9fe59
·
verified ·
1 Parent(s): 1cfa3a0

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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](https://platform.openai.com/api-keys))
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