Spaces:
Runtime error
Runtime error
Commit
·
4b9d9a7
1
Parent(s):
84f362c
commented out dot_env()
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ st.write("")
|
|
28 |
st.write("")
|
29 |
|
30 |
# Retrieve the OpenAI API Key from secrets
|
31 |
-
load_dotenv()
|
32 |
# api_key = os.getenv("OPENAI_API_KEY")t
|
33 |
|
34 |
# Guide
|
|
|
28 |
st.write("")
|
29 |
|
30 |
# Retrieve the OpenAI API Key from secrets
|
31 |
+
# load_dotenv()
|
32 |
# api_key = os.getenv("OPENAI_API_KEY")t
|
33 |
|
34 |
# Guide
|