Nymbo commited on
Commit
2f58778
·
verified ·
1 Parent(s): 6f1cd1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"