Geoffrey commited on
Commit
b542402
1 Parent(s): 87aadd4

application files

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,10 +1,9 @@
1
  import streamlit as st
2
- import openai
3
  import helper
4
  import os
5
 
6
- # Set your OpenAI API key
7
- openai.api_key = os.getenv("API_KEY")
8
 
9
 
10
 
 
1
  import streamlit as st
2
+
3
  import helper
4
  import os
5
 
6
+
 
7
 
8
 
9