d3dname commited on
Commit
b93d644
·
verified ·
1 Parent(s): 04e18e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -78,9 +78,9 @@ def generate_email(company, recipient_name, product, progress=gr.Progress()):
78
  iface = gr.Interface(
79
  fn=generate_email,
80
  inputs=[
81
- gr.Textbox(label="Company Name"),
82
- gr.Textbox(label="Recipient Name"),
83
- gr.Textbox(label="Product")
84
  ],
85
  outputs=gr.Textbox(label="Generated Email"),
86
  title="AI Email Generator",
 
78
  iface = gr.Interface(
79
  fn=generate_email,
80
  inputs=[
81
+ gr.Textbox(label="Company Name", value="100xengineers"),
82
+ gr.Textbox(label="Recipient Name", "Siddhant Goswami"),
83
+ gr.Textbox(label="Product", "Artificial Intelligence Cohort 3")
84
  ],
85
  outputs=gr.Textbox(label="Generated Email"),
86
  title="AI Email Generator",