DataRaptor commited on
Commit
5241209
·
1 Parent(s): c8f1aa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -155,7 +155,6 @@ def app_viewport():
155
 
156
  if 'logged_in' in st.session_state and st.session_state['logged_in'] == True:
157
  with appc:
158
- openai.api_key = st.secrets["openai_api"]
159
  main()
160
 
161
 
 
155
 
156
  if 'logged_in' in st.session_state and st.session_state['logged_in'] == True:
157
  with appc:
 
158
  main()
159
 
160