from google.colab import userdata
API_KEY = userdata.get("API_KEY")
!mkdir ~/.kaggle
!cp kaggle.json ~/.kaggle/
!chmod 600 ~/.kaggle/kaggle.json
from google.colab import files
files.download("best_model_HDF5_format.h5")
Click on RAM/disk on right to change to a GPU
streamlit
# Write streamlit code then
!streamlit run /usr/local/lib/python3.11/dist-packages/colab_kernel_launcher.py
!pip install -q -U PACKAGE
!pip install -q condacolab
import condacolab
condacolab.install()