CoolFace
Apppublic

ByteRiot/CandidateExplorer

sourceHugging Faceupdated 7mo agoView on Hugging Face
1likes
playground.py7 linesDownload Raw Back to playground
1import requests2 3url = "https://api.typeform.com/responses/files/9223d2c317a66c9e7b0cfe2514d9f622c2be0568164be3fa7eb6e0a148a2b5f0/CV_Abdurahman_Wal_Ikram.pdf"4 5res = requests.get(url=url)6 7type(res.content)