Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ def main():
|
|
43 |
|
44 |
# load the api key from the .env file
|
45 |
#load_dotenv()
|
|
|
46 |
|
47 |
# inform the user that the api key is loaded
|
48 |
if os.getenv("OPENAI_API_KEY") is None or os.getenv("OPENAI_API_KEY") == "":
|
|
|
43 |
|
44 |
# load the api key from the .env file
|
45 |
#load_dotenv()
|
46 |
+
st.markdown("The API key takes the following form: sk****pq. NB: This is not a viable key.")
|
47 |
|
48 |
# inform the user that the api key is loaded
|
49 |
if os.getenv("OPENAI_API_KEY") is None or os.getenv("OPENAI_API_KEY") == "":
|