#Download button in collab for ios users
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
There is no download button for iosssss
#@title Google colab cell for downloading files from path
from google.colab import files
file_path = "/path/to/file/that/you/want/to/download" #@param {type:"string"}
files.download(file_path)