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