Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bitwardha
/
Bit_gpt_0.2.8
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
982dac3
Bit_gpt_0.2.8
/
app.py
Piux24
Update app.py
982dac3
verified
3 months ago
raw
Copy download link
history
blame
Safe
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}
"
)