Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,8 +70,8 @@ iface = gr.Interface(
|
|
| 70 |
gr.Textbox(label="URL 5")
|
| 71 |
],
|
| 72 |
outputs="html",
|
| 73 |
-
title="The
|
| 74 |
-
description="Enter up to 5 URLs to generate
|
| 75 |
)
|
| 76 |
|
| 77 |
iface.launch()
|
|
|
|
| 70 |
gr.Textbox(label="URL 5")
|
| 71 |
],
|
| 72 |
outputs="html",
|
| 73 |
+
title="The AIWO AI Newsletter Generator",
|
| 74 |
+
description="Enter up to 5 URLs to generate an unique newsletter,copy paste from the right onto your notepad/cms tool to edit and work further."
|
| 75 |
)
|
| 76 |
|
| 77 |
iface.launch()
|