Sybghat commited on
Commit
557efbb
1 Parent(s): 5fc173b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def parse_cv(cv):
10
 
11
 
12
  description = """A demo for a CV parser."""
13
- article = "Parse Resume at Speed of: 🚀"
14
  file_input = gr.inputs.File(file_count="single", type="file", label="Upload a CV: .PDF Or .TXT", optional=False)
15
  iface = gr.Interface(fn=parse_cv, inputs=file_input, outputs="json", allow_flagging="never",
16
  allow_screenshot=False, title="CV Parser", theme="seafoam", description=description, article=article)
 
10
 
11
 
12
  description = """A demo for a CV parser."""
13
+ article = "Resume Parser by Sybghat"
14
  file_input = gr.inputs.File(file_count="single", type="file", label="Upload a CV: .PDF Or .TXT", optional=False)
15
  iface = gr.Interface(fn=parse_cv, inputs=file_input, outputs="json", allow_flagging="never",
16
  allow_screenshot=False, title="CV Parser", theme="seafoam", description=description, article=article)