Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|