Skier8402 commited on
Commit
62d8c3e
·
verified ·
1 Parent(s): 3858223

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ with st.sidebar:
34
  st.markdown(
35
  "For more information about the models, see [here](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo)."
36
  )
37
- global OPENAI_API_KEY = st.text_input("API Key", type="password")
38
 
39
 
40
 
 
34
  st.markdown(
35
  "For more information about the models, see [here](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo)."
36
  )
37
+ OPENAI_API_KEY = st.text_input("API Key", type="password")
38
 
39
 
40