Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"] = "
|
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")
|