jerpint commited on
Commit
45c1285
·
1 Parent(s): 96a98db

remove html template

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -100,10 +100,10 @@ with gr.Blocks() as demo:
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)")
 
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)")