brianmg commited on
Commit
a75caeb
·
1 Parent(s): bc8a7f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -138,9 +138,10 @@ def main():
138
  handle_userinput(user_question)
139
 
140
  with st.sidebar:
 
141
  st.subheader("Your documents")
142
  docs = st.file_uploader(
143
- "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
144
  if st.button("Process"):
145
  with st.spinner("Processing"):
146
  # get pdf text
 
138
  handle_userinput(user_question)
139
 
140
  with st.sidebar:
141
+ st.subheader("박민규 / 201912064")
142
  st.subheader("Your documents")
143
  docs = st.file_uploader(
144
+ "Upload File (pdf,text,csv...) and click 'Process'", accept_multiple_files=True)
145
  if st.button("Process"):
146
  with st.spinner("Processing"):
147
  # get pdf text