Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ demo = gr.Interface(
|
|
19 |
fn=fetch_content,
|
20 |
inputs=gr.Textbox(label="URL", placeholder="https://www.google.com"),
|
21 |
outputs=gr.Textbox(label="Page Content"),
|
22 |
-
title="Fetch",
|
23 |
description="Enter a URL to fetch the full HTML content of the web page.",
|
24 |
allow_flagging="never",
|
25 |
theme="Nymbo/Nymbo_Theme"
|
|
|
19 |
fn=fetch_content,
|
20 |
inputs=gr.Textbox(label="URL", placeholder="https://www.google.com"),
|
21 |
outputs=gr.Textbox(label="Page Content"),
|
22 |
+
title="Fetch MCP",
|
23 |
description="Enter a URL to fetch the full HTML content of the web page.",
|
24 |
allow_flagging="never",
|
25 |
theme="Nymbo/Nymbo_Theme"
|