karar-shah commited on
Commit
3a651ce
·
verified ·
1 Parent(s): ead7baf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ emotion_categories = {
68
  if 'key' not in st.session_state:
69
  st.session_state.key = os.environ["API_TOKEN"]
70
 
71
- openai.api_key = st.session_state.key
72
 
73
  # gpt llm
74
  if 'llm' not in st.session_state:
 
68
  if 'key' not in st.session_state:
69
  st.session_state.key = os.environ["API_TOKEN"]
70
 
71
+ # openai.api_key = st.session_state.key
72
 
73
  # gpt llm
74
  if 'llm' not in st.session_state: