Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|