Skip to content

Instantly share code, notes, and snippets.

@fiorentinogiuseppe
Created January 17, 2020 19:25
Show Gist options
  • Save fiorentinogiuseppe/b7bfc592ae23036652156b7b0fab5287 to your computer and use it in GitHub Desktop.
Save fiorentinogiuseppe/b7bfc592ae23036652156b7b0fab5287 to your computer and use it in GitHub Desktop.
Realiza o upload do documento para o colabs
uploaded = files.upload()
for k in uploaded.keys():
pdf = uploaded[k]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment