Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import openai
|
2 |
import streamlit as st
|
3 |
-
|
|
|
|
|
4 |
|
5 |
st.markdown(
|
6 |
"""
|
@@ -10,8 +12,6 @@ st.markdown(
|
|
10 |
""",
|
11 |
unsafe_allow_html=True,
|
12 |
)
|
13 |
-
# Set OpenAI API key
|
14 |
-
api_key = config ="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"
|
15 |
|
16 |
def write_iep():
|
17 |
st.title("IEP Assist")
|
|
|
1 |
import openai
|
2 |
import streamlit as st
|
3 |
+
|
4 |
+
# Set OpenAI API key
|
5 |
+
openai.api_key = "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"
|
6 |
|
7 |
st.markdown(
|
8 |
"""
|
|
|
12 |
""",
|
13 |
unsafe_allow_html=True,
|
14 |
)
|
|
|
|
|
15 |
|
16 |
def write_iep():
|
17 |
st.title("IEP Assist")
|