Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,9 +57,7 @@ iface = gr.Interface(
|
|
57 |
gr.Textbox(label="Industry Name", placeholder="Enter the name of the industry"),
|
58 |
],
|
59 |
outputs=[
|
60 |
-
gr.
|
61 |
-
|
62 |
-
gr.Textbox(label="Domain Suggestions and Sponsorship Request", placeholder="Output will be displayed here"),
|
63 |
],
|
64 |
title="Domain Name Suggestion Tool for Mergers and Acquisitions",
|
65 |
description="Built with [Composio](https://www.github.com/composiohq/composio) Use this tool to generate domain name suggestions based on the latest business mergers and acquisitions.",
|
|
|
57 |
gr.Textbox(label="Industry Name", placeholder="Enter the name of the industry"),
|
58 |
],
|
59 |
outputs=[
|
60 |
+
gr.Textbox(placeholder="Output will be displayed here"),
|
|
|
|
|
61 |
],
|
62 |
title="Domain Name Suggestion Tool for Mergers and Acquisitions",
|
63 |
description="Built with [Composio](https://www.github.com/composiohq/composio) Use this tool to generate domain name suggestions based on the latest business mergers and acquisitions.",
|