markIA23 commited on
Commit
9dd28e8
verified
1 Parent(s): c3e8072

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -78,7 +78,6 @@ st.title("Chatbot de la clase")
78
 
79
  # Display the fixed PDF
80
  if os.path.exists(FIXED_PDF_PATH):
81
- displayPDF(FIXED_PDF_PATH)
82
  index = load_data()
83
  else:
84
  st.error("No se encontr贸 el archivo PDF. Por favor, aseg煤rese de que el archivo 'saved_pdf.pdf' est茅 en la carpeta 'data'.")
 
78
 
79
  # Display the fixed PDF
80
  if os.path.exists(FIXED_PDF_PATH):
 
81
  index = load_data()
82
  else:
83
  st.error("No se encontr贸 el archivo PDF. Por favor, aseg煤rese de que el archivo 'saved_pdf.pdf' est茅 en la carpeta 'data'.")