alibidaran commited on
Commit
adf44ff
·
verified ·
1 Parent(s): 4829948

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -21,7 +21,7 @@ global chat_messages
21
  chat_messages=[]
22
  outputs=[]
23
  # Set your OpenAI API key here or use environment variable
24
- payment_key=os.environ['Payment_Key']
25
 
26
  def complete_payment():
27
  if st.session_state.token :
 
21
  chat_messages=[]
22
  outputs=[]
23
  # Set your OpenAI API key here or use environment variable
24
+ payment_key=os.getenv('Payment_Key')
25
 
26
  def complete_payment():
27
  if st.session_state.token :