Update app.py
Browse files
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'",
|
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
|