Spaces:
Running
Running
remove html template
Browse files
app.py
CHANGED
|
@@ -100,10 +100,10 @@ with gr.Blocks() as demo:
|
|
| 100 |
type="messages",
|
| 101 |
)
|
| 102 |
|
| 103 |
-
with gr.Tab("Resume (HTML)"):
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
|
| 108 |
with gr.Tab("Resume (PDF)"):
|
| 109 |
md = gr.Markdown("[Link to PDF](https://huggingface.co/spaces/jerpint/talk-to-resume/resolve/main/resume.pdf)")
|
|
|
|
| 100 |
type="messages",
|
| 101 |
)
|
| 102 |
|
| 103 |
+
# with gr.Tab("Resume (HTML)"):
|
| 104 |
+
# with open("resume.html") as f:
|
| 105 |
+
# html_raw = f.read()
|
| 106 |
+
# resume_html = gr.HTML(html_raw)
|
| 107 |
|
| 108 |
with gr.Tab("Resume (PDF)"):
|
| 109 |
md = gr.Markdown("[Link to PDF](https://huggingface.co/spaces/jerpint/talk-to-resume/resolve/main/resume.pdf)")
|