Andre commited on
Commit
90e082e
·
1 Parent(s): c39fbad
Files changed (1) hide show
  1. config_colab.py +1 -0
config_colab.py CHANGED
@@ -1,5 +1,6 @@
1
  # config_colab.py
2
  from google.colab import userdata
 
3
 
4
  # Retrieve the Hugging Face token from Colab secrets
5
  api_token = userdata.get("HF_CTB_TOKEN")
 
1
  # config_colab.py
2
  from google.colab import userdata
3
+ from prompts import prompts # Import prompts from prompts.py
4
 
5
  # Retrieve the Hugging Face token from Colab secrets
6
  api_token = userdata.get("HF_CTB_TOKEN")