Sakil commited on
Commit
14a69a8
1 Parent(s): 34cdd33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,9 +39,9 @@ def generate_cover_letter(
39
  return generated_text
40
 
41
 
42
- title = "A Cover Letter Generator"
43
  description = ""
44
- article = '<div style="text-align:center">This is a Space App for the project <a href="https://discuss.huggingface.co/t/build-a-cover-letter-generator/11721">build-a-cover-letter-generator</a> from the HuggingFace course 2 🤗 featuring a text generation model in english, based on the model t5-base.</div>'
45
  examples = None
46
  interface = gr.Interface(
47
  fn=generate_cover_letter,
39
  return generated_text
40
 
41
 
42
+ title = "A Cover Letter Generator for Jobs"
43
  description = ""
44
+ article = '<div style="text-align:center">This is a Space App for the Cover Letter</div>'
45
  examples = None
46
  interface = gr.Interface(
47
  fn=generate_cover_letter,