Prat0 commited on
Commit
74bf7af
·
verified ·
1 Parent(s): 5eba59a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ iface = gr.Interface(
59
  outputs=[
60
  gr.HTML("<h2>Output:</h2>"),
61
 
62
- gr.Markdown(label="Domain Suggestions and Sponsorship Request"),
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.",
 
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.",