DrishtiSharma commited on
Commit
3cc4fcc
·
verified ·
1 Parent(s): 2320d6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ if pdf_source == "Upload a PDF file":
45
  pdf_path = "temp.pdf"
46
  with open(pdf_path, "wb") as f:
47
  f.write(uploaded_file.getbuffer())
48
- st.success("✅ PDF Uploaded Successfully!")
49
  st.session_state.pdf_loaded = False
50
  st.session_state.chunked = False
51
  st.session_state.vector_created = False
 
45
  pdf_path = "temp.pdf"
46
  with open(pdf_path, "wb") as f:
47
  f.write(uploaded_file.getbuffer())
48
+
49
  st.session_state.pdf_loaded = False
50
  st.session_state.chunked = False
51
  st.session_state.vector_created = False