Commit
·
8db4875
1
Parent(s):
291ff9d
Update playground.py
Browse files- tabs/playground.py +1 -1
tabs/playground.py
CHANGED
@@ -88,7 +88,7 @@ def run():
|
|
88 |
""")
|
89 |
, unsafe_allow_html=True)
|
90 |
st.write(os.environ['OPENAI_API_KEY'])
|
91 |
-
if 'OPENAI_API_KEY'
|
92 |
try:
|
93 |
col1, col2 = st.columns([3, 1])
|
94 |
with col2:
|
|
|
88 |
""")
|
89 |
, unsafe_allow_html=True)
|
90 |
st.write(os.environ['OPENAI_API_KEY'])
|
91 |
+
if 'OPENAI_API_KEY' in st.session_state:
|
92 |
try:
|
93 |
col1, col2 = st.columns([3, 1])
|
94 |
with col2:
|