ashishomi89 commited on
Commit
13fbbb0
1 Parent(s): b902a7c

Uploading new app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ load_dotenv() #take environment variables from .env
8
 
9
  import streamlit as st
10
  import os
11
- os.environ["OPENAI_API_KEY"] = OPENAI_API_KEY
12
 
13
 
14
  #Function to load OpenAI model and get response
 
8
 
9
  import streamlit as st
10
  import os
11
+ #os.environ["OPENAI_API_KEY"] = OPENAI_API_KEY
12
 
13
 
14
  #Function to load OpenAI model and get response