Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def main():
|
|
133 |
|
134 |
|
135 |
if st.button("Process"):
|
136 |
-
with st.spinner:
|
137 |
if pdf_docs:
|
138 |
# get pdf text
|
139 |
raw_text = get_pdf_text(pdf_docs)
|
|
|
133 |
|
134 |
|
135 |
if st.button("Process"):
|
136 |
+
with st.spinner("Processing"):
|
137 |
if pdf_docs:
|
138 |
# get pdf text
|
139 |
raw_text = get_pdf_text(pdf_docs)
|