Atharva-28 commited on
Commit
c29b661
1 Parent(s): 11aedfa

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")
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 Submit & Process Button")
83
  if st.button("Submit & Process"):
84
  with st.spinner("Processing..."):
85
  filepath = "data/saved_pdf.pdf"