suhail0318 commited on
Commit
1766749
·
verified ·
1 Parent(s): ce8a8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ iface = gr.Interface(
86
  gr.Textbox(label="Website URL", placeholder="Enter website URL here..."),
87
  gr.Textbox(label="Your Question", placeholder="Ask a question to understand what is in the website or generate article based on the website information...")
88
  ],
89
- outputs=gr.Textbox(),
90
  title="Contentigo - Lite",
91
  description="Ask questions about the content of any website. Also, generate articles based on the website content."
92
  )
 
86
  gr.Textbox(label="Website URL", placeholder="Enter website URL here..."),
87
  gr.Textbox(label="Your Question", placeholder="Ask a question to understand what is in the website or generate article based on the website information...")
88
  ],
89
+ outputs=gr.Textbox(label="Responses"),
90
  title="Contentigo - Lite",
91
  description="Ask questions about the content of any website. Also, generate articles based on the website content."
92
  )