Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ import PyPDF2
|
|
14 |
import requests
|
15 |
from streamlit_extras.st_autorefresh import st_autorefresh # <- fixed import
|
16 |
|
|
|
17 |
# --- Document Loaders ---
|
18 |
def extract_text_from_pdf(pdf_path):
|
19 |
try:
|
|
|
14 |
import requests
|
15 |
from streamlit_extras.st_autorefresh import st_autorefresh # <- fixed import
|
16 |
|
17 |
+
|
18 |
# --- Document Loaders ---
|
19 |
def extract_text_from_pdf(pdf_path):
|
20 |
try:
|