hydai commited on
Commit
2d796ce
1 Parent(s): e2723b5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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','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')
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(