Spaces:
Running
Running
Abhishek Paliwal
commited on
Commit
·
807454e
1
Parent(s):
5af569a
HF_SPACE Updated on AP-MBP.local - Tue Nov 19 17:01:21 EET 2024
Browse files
app.py
CHANGED
@@ -295,7 +295,7 @@ def generate_cv(markdown_file, cover_image, main_color, secondary_color, base_fo
|
|
295 |
|
296 |
def create_gradio_app():
|
297 |
with gr.Blocks() as demo:
|
298 |
-
gr.Markdown("![Logo](https://www.abhishekpaliwal.fi/images/abhishek-logo-200px.png)")
|
299 |
gr.Markdown("# 1-Page PDF CV Generator (Create your designer CV today)")
|
300 |
gr.Markdown("**Step 1:** Download this markdown plain-text [CV template](https://huggingface.co/spaces/pandared/1-page-pdf-cv-maker/resolve/main/examples/example_cv.txt) and edit it.")
|
301 |
gr.Markdown("**Step 2:** Upload your edited markdown CV data (as .md or .txt) and cover image to generate a professional PDF.")
|
|
|
295 |
|
296 |
def create_gradio_app():
|
297 |
with gr.Blocks() as demo:
|
298 |
+
gr.Markdown("![App-Logo](https://www.abhishekpaliwal.fi/images/abhishek-logo-200px.png)")
|
299 |
gr.Markdown("# 1-Page PDF CV Generator (Create your designer CV today)")
|
300 |
gr.Markdown("**Step 1:** Download this markdown plain-text [CV template](https://huggingface.co/spaces/pandared/1-page-pdf-cv-maker/resolve/main/examples/example_cv.txt) and edit it.")
|
301 |
gr.Markdown("**Step 2:** Upload your edited markdown CV data (as .md or .txt) and cover image to generate a professional PDF.")
|