kiran475h commited on
Commit
d5e71a9
1 Parent(s): de67938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import os
10
 
11
  ## function to lad the openai model and to get the response
12
 
13
- os.environ["OPENAI_API_KEY"] = st.secrets("OPENAI_API_KEY")
14
 
15
 
16
  def get_openai_response(question):
 
10
 
11
  ## function to lad the openai model and to get the response
12
 
13
+ os.environ["OPENAI_API_KEY"] = st.secrets["OPENAI_API_KEY"]
14
 
15
 
16
  def get_openai_response(question):