Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ st.title('InterviewPrepGPT')
|
|
82 |
st.subheader('A tool using to help people prepare their interview by using gpt3.5')
|
83 |
|
84 |
# environment setup
|
85 |
-
key=st.text_input('Please input your OpenAI key'
|
86 |
openai.api_key=key
|
87 |
|
88 |
option = st.selectbox(
|
|
|
82 |
st.subheader('A tool using to help people prepare their interview by using gpt3.5')
|
83 |
|
84 |
# environment setup
|
85 |
+
key=st.text_input('Please input your OpenAI key')
|
86 |
openai.api_key=key
|
87 |
|
88 |
option = st.selectbox(
|