elia-waefler commited on
Commit
95db8de
·
1 Parent(s): 3663ccd

added openai api key pw field + minor changes

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -190,7 +190,6 @@ def main():
190
  if user_question:
191
  handle_userinput(user_question)
192
  with st.sidebar:
193
-
194
  st.subheader("Classification Instrucitons")
195
  classifier_docs = st.file_uploader("Upload your instructions here and click on 'Process'", accept_multiple_files=True)
196
  filenames = [file.name for file in classifier_docs if file is not None]
 
190
  if user_question:
191
  handle_userinput(user_question)
192
  with st.sidebar:
 
193
  st.subheader("Classification Instrucitons")
194
  classifier_docs = st.file_uploader("Upload your instructions here and click on 'Process'", accept_multiple_files=True)
195
  filenames = [file.name for file in classifier_docs if file is not None]