gowtham28 commited on
Commit
4c70a98
·
verified ·
1 Parent(s): c83b381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def main():
71
  st.session_state.chat_history = []
72
 
73
  with st.sidebar:
74
- # st.image("pic123.png")
75
  st.title("Menu:")
76
  pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
77
  if st.button("Submit & Process"):
 
71
  st.session_state.chat_history = []
72
 
73
  with st.sidebar:
74
+ #st.image("pic123.png")
75
  st.title("Menu:")
76
  pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
77
  if st.button("Submit & Process"):