Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Commit
•
393577d
1
Parent(s):
23afd68
Update other_function.py
Browse files- other_function.py +1 -0
other_function.py
CHANGED
@@ -4,6 +4,7 @@ import requests
|
|
4 |
from requests.auth import HTTPBasicAuth
|
5 |
from PIL import Image
|
6 |
from io import BytesIO
|
|
|
7 |
from urllib.parse import urlparse
|
8 |
import os
|
9 |
from pypdf import PdfReader
|
|
|
4 |
from requests.auth import HTTPBasicAuth
|
5 |
from PIL import Image
|
6 |
from io import BytesIO
|
7 |
+
import pandas as pd
|
8 |
from urllib.parse import urlparse
|
9 |
import os
|
10 |
from pypdf import PdfReader
|