Prat0 commited on
Commit
2cf8167
·
verified ·
1 Parent(s): 74bf7af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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.HTML("<h2>Output:</h2>"),
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.",