Spaces:
Running
Running
move main program to ./app dir
Browse files- .gitattributes +5 -0
- .gitignore +3 -3
- .litng.gradio.sh +1 -1
- README.md +1 -1
- _data_test.py β app/_data_test.py +0 -0
- _secret.template.py β app/_secret.template.py +0 -0
- _test.py β app/_test.py +0 -0
- app.py β app/app.py +0 -0
- config.py β app/config.py +0 -0
- {fonts β app/fonts}/OFL.txt +0 -0
- {fonts β app/fonts}/PTSans-Bold.ttf +0 -0
- {fonts β app/fonts}/PTSans-BoldItalic.ttf +0 -0
- {fonts β app/fonts}/PTSans-Italic.ttf +0 -0
- {fonts β app/fonts}/PTSans-Regular.ttf +0 -0
- {fonts β app/fonts}/Testimonia More Info.txt +0 -0
- {fonts β app/fonts}/Testimonia.otf +0 -0
- {fonts β app/fonts}/Testimonia.ttf +0 -0
- taskAI.py β app/taskAI.py +0 -0
- taskNonAI.py β app/taskNonAI.py +0 -0
- {typst β app/typst}/Signature.png +0 -0
- {typst β app/typst}/template_base.typ +0 -0
- {typst β app/typst}/template_letter.tmpl +0 -0
- util.py β app/util.py +0 -0
- run.sh +1 -1
- typst/letter.typ +0 -17
.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 |
-
|
2 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|