Bit_gpt_0.2.8 / app.py
Piux24's picture
Update app.py
982dac3 verified
raw
history blame
192 Bytes
try:
syllabus_text = read_pdf("syllabus.pdf")
print("Syllabus Loaded Successfully!")
except Exception as e:
syllabus_text = "Syllabus could not be loaded."
print(f"Error: {e}")