0xrsydn commited on
Commit
cb2d9eb
·
verified ·
1 Parent(s): 6a72d83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ gr.Interface(
43
  outputs=gr.Textbox(label="Generated Cover Letter", show_copy_button=True),
44
  title="Cover Letter Generator",
45
  description="Generate a cover letter based on your job role, company, context, and profile."
46
- ).launch()
 
43
  outputs=gr.Textbox(label="Generated Cover Letter", show_copy_button=True),
44
  title="Cover Letter Generator",
45
  description="Generate a cover letter based on your job role, company, context, and profile."
46
+ ).launch(share=True)