Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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.
|
| 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 :
|