SomilRastogi commited on
Commit
4211395
·
verified ·
1 Parent(s): d84177e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,8 +12,7 @@ st.set_page_config(page_title="AI Job Interview Prep Tool")
12
  st.title("AI-Powered Job Interview Preparation")
13
 
14
  # It's good practice to load these from a .env file, but for demonstration purposes, we are setting them directly
15
- os.environ["OPENAI_API_KEY"] = "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" # Replace with your actual OpenAI API key
16
-
17
 
18
  # User Inputs
19
  company = st.text_input("Company Name")
 
12
  st.title("AI-Powered Job Interview Preparation")
13
 
14
  # It's good practice to load these from a .env file, but for demonstration purposes, we are setting them directly
15
+ os.environ["OPENAI_API_KEY"] = os.environ.get("s1")
 
16
 
17
  # User Inputs
18
  company = st.text_input("Company Name")