swjin commited on
Commit
d2a8f77
·
1 Parent(s): 1ed89c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def main():
133
 
134
  st.subheader("사용할 문서")
135
  docs = st.file_uploader(
136
- "Upload your PDFs here and click on 'Process'", label="파일 찾아보기", accept_multiple_files=True)
137
  if st.button("실행"):
138
  with st.spinner("Processing"):
139
  # get pdf text
 
133
 
134
  st.subheader("사용할 문서")
135
  docs = st.file_uploader(
136
+ "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
137
  if st.button("실행"):
138
  with st.spinner("Processing"):
139
  # get pdf text