Farid Karimli commited on
Commit
8e094fb
·
1 Parent(s): 3039dac

Add logos and deployment change

Browse files
.github/workflows/deploy_to_hf.yml CHANGED
@@ -2,7 +2,7 @@ name: Push Production to HuggingFace
2
 
3
  on:
4
  push:
5
- branches: [main, retargeting]
6
 
7
  # run this workflow manualy from the Actions tab
8
  workflow_dispatch:
 
2
 
3
  on:
4
  push:
5
+ branches: [main]
6
 
7
  # run this workflow manualy from the Actions tab
8
  workflow_dispatch:
.gitignore CHANGED
@@ -11,5 +11,4 @@
11
  **/.files/*
12
  .env
13
  *.pyc
14
- venv/
15
- apps
 
11
  **/.files/*
12
  .env
13
  *.pyc
14
+ venv/
 
apps/ai_tutor/public/assets/images/avatars/logo.png ADDED
apps/ai_tutor/public/logo_dark.png CHANGED
apps/ai_tutor/public/logo_light.png CHANGED