Spaces:
Runtime error
Runtime error
Commit
·
a6cdc36
1
Parent(s):
d7f97e9
11
Browse files
app.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
import openai
|
2 |
import streamlit as st
|
3 |
|
4 |
-
|
5 |
-
#openai.api_key = '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'
|
6 |
|
7 |
example_output1 = '''
|
8 |
|
|
|
1 |
import openai
|
2 |
import streamlit as st
|
3 |
|
4 |
+
openai.api_key = st.secrets['OPENAI_API_KEY']
|
|
|
5 |
|
6 |
example_output1 = '''
|
7 |
|