Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def process_cv(file):
|
|
124 |
|
125 |
# Gradio UI using Blocks
|
126 |
with gr.Blocks() as iface:
|
127 |
-
gr.Markdown("# CV
|
128 |
gr.Markdown("Upload your CV in PDF or DOCX format to analyze its content and generate a portfolio.")
|
129 |
|
130 |
# File input for uploading CV
|
|
|
124 |
|
125 |
# Gradio UI using Blocks
|
126 |
with gr.Blocks() as iface:
|
127 |
+
gr.Markdown("# CV to AI Enhanced Portfolio Website Generation")
|
128 |
gr.Markdown("Upload your CV in PDF or DOCX format to analyze its content and generate a portfolio.")
|
129 |
|
130 |
# File input for uploading CV
|