Skier8402 commited on
Commit
fc10345
·
1 Parent(s): 515a258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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") == "":