Walterchamy commited on
Commit
c243014
1 Parent(s): 13c8ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import openai
3
  from gtts import gTTS
4
  import streamlit as st
5
- openai.api_key = os.getenv("Openai_apikeys")
6
 
7
  KIITEC_CONTENT = """
8
 
 
2
  import openai
3
  from gtts import gTTS
4
  import streamlit as st
5
+ openai.api_key = os.getenv("OPENAI_API_KEY")
6
 
7
  KIITEC_CONTENT = """
8