calmgoose commited on
Commit
c96164e
β€’
1 Parent(s): bce3958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,8 +104,8 @@ st.markdown("#### Have a conversaion with 1984 by George Orwell πŸ™Š")
104
  with st.sidebar:
105
  api_key = st.text_input(label = "Paste your OpenAI API key here to get started", type = "password")
106
 
107
- if api_key:
108
- os.environ["OPENAI_API_KEY"] = api_key
109
 
110
  st.info("This isn't saved πŸ™ˆ")
111
 
 
104
  with st.sidebar:
105
  api_key = st.text_input(label = "Paste your OpenAI API key here to get started", type = "password")
106
 
107
+ # if api_key:
108
+ os.environ["OPENAI_API_KEY"] = api_key
109
 
110
  st.info("This isn't saved πŸ™ˆ")
111