cxumol commited on
Commit
d78d2a0
β€’
1 Parent(s): 032b46f

move main program to ./app dir

Browse files
.gitattributes CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
  *.bin filter=lfs diff=lfs merge=lfs -text
 
1
+ *.png filter=lfs diff=lfs merge=lfs -text
2
+ *.jpg filter=lfs diff=lfs merge=lfs -text
3
+ *.ttf filter=lfs diff=lfs merge=lfs -text
4
+ *.otf filter=lfs diff=lfs merge=lfs -text
5
+
6
  *.7z filter=lfs diff=lfs merge=lfs -text
7
  *.arrow filter=lfs diff=lfs merge=lfs -text
8
  *.bin filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
@@ -1,12 +1,12 @@
1
- *_secret.py
2
- *_secret.py*
3
  **/test_result.pdf
4
  **/letter.typ
5
  **/cover_letter_*.typ
6
 
7
  .local/
8
  .ruff_cache/
9
- bin/
10
  *.deb
11
  *.bin
12
 
 
1
+ **/*_secret.py
2
+ **/*_secret.py*
3
  **/test_result.pdf
4
  **/letter.typ
5
  **/cover_letter_*.typ
6
 
7
  .local/
8
  .ruff_cache/
9
+ **/bin/
10
  *.deb
11
  *.bin
12
 
.litng.gradio.sh CHANGED
@@ -1,3 +1,3 @@
1
  #!/bin/bash
2
  pip install -U "gradio>=4,<=5"
3
- GRADIO_SERVER_PORT=7860 gradio app.py --demo-name app --watch-dirs .
 
1
  #!/bin/bash
2
  pip install -U "gradio>=4,<=5"
3
+ GRADIO_SERVER_PORT=7860 gradio app/app.py --demo-name app --watch-dirs .
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: blue
5
  colorTo: gray
6
  sdk: gradio
7
  sdk_version: 4.24.0
8
- app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: AI-Powered Cover Letter Generator
 
5
  colorTo: gray
6
  sdk: gradio
7
  sdk_version: 4.24.0
8
+ app_file: app/app.py
9
  pinned: false
10
  license: mit
11
  short_description: AI-Powered Cover Letter Generator
_data_test.py β†’ app/_data_test.py RENAMED
File without changes
_secret.template.py β†’ app/_secret.template.py RENAMED
File without changes
_test.py β†’ app/_test.py RENAMED
File without changes
app.py β†’ app/app.py RENAMED
File without changes
config.py β†’ app/config.py RENAMED
File without changes
{fonts β†’ app/fonts}/OFL.txt RENAMED
File without changes
{fonts β†’ app/fonts}/PTSans-Bold.ttf RENAMED
File without changes
{fonts β†’ app/fonts}/PTSans-BoldItalic.ttf RENAMED
File without changes
{fonts β†’ app/fonts}/PTSans-Italic.ttf RENAMED
File without changes
{fonts β†’ app/fonts}/PTSans-Regular.ttf RENAMED
File without changes
{fonts β†’ app/fonts}/Testimonia More Info.txt RENAMED
File without changes
{fonts β†’ app/fonts}/Testimonia.otf RENAMED
File without changes
{fonts β†’ app/fonts}/Testimonia.ttf RENAMED
File without changes
taskAI.py β†’ app/taskAI.py RENAMED
File without changes
taskNonAI.py β†’ app/taskNonAI.py RENAMED
File without changes
{typst β†’ app/typst}/Signature.png RENAMED
File without changes
{typst β†’ app/typst}/template_base.typ RENAMED
File without changes
{typst β†’ app/typst}/template_letter.tmpl RENAMED
File without changes
util.py β†’ app/util.py RENAMED
File without changes
run.sh CHANGED
@@ -1,2 +1,2 @@
1
  #!/bin/bash
2
- IS_SHARE=1 python app.py
 
1
  #!/bin/bash
2
+ IS_SHARE=1 python app/app.py
typst/letter.typ DELETED
@@ -1,17 +0,0 @@
1
- #import "template_base.typ": *
2
- #show: letter.with(
3
- sender: [
4
- 221B Baker Street, London, +44 (020) 1234-5678, sherlock.holmes\@sherlockHolmes.com
5
- ],
6
- recipient: [
7
- Hiring Manager \
8
- Queen of Hearts' Garden \
9
- ],
10
- date: [March 30th , 2024],
11
- subject: [Cover Letter for Card Guards],
12
- name: [Sherlock Holmes],
13
- )
14
-
15
- text,
16
-
17
- test test