lakshmivairamani commited on
Commit
941911b
1 Parent(s): 4344f30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ if 'messages' not in st.session_state:
79
 
80
  with st.sidebar:
81
  st.title("Menu:")
82
- uploaded_file = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button",accept_multiple_files=True)
83
  if st.button("Submit & Process"):
84
  with st.spinner("Processing..."):
85
  filepath = "data/saved_pdf.pdf"
 
79
 
80
  with st.sidebar:
81
  st.title("Menu:")
82
+ uploaded_file = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button")#,accept_multiple_files=True)
83
  if st.button("Submit & Process"):
84
  with st.spinner("Processing..."):
85
  filepath = "data/saved_pdf.pdf"