Andre commited on
Commit
91e6f57
·
1 Parent(s): 4dea78d
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. config_colab.py +1 -1
  3. prompts.py → src/prompts.py +0 -0
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
config_colab.py CHANGED
@@ -1,6 +1,6 @@
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")
 
1
  # config_colab.py
2
  from google.colab import userdata
3
+ from src.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")
prompts.py → src/prompts.py RENAMED
File without changes