Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,8 @@ demo = gr.Interface(
|
|
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 |
)
|
26 |
|
27 |
if __name__ == "__main__":
|
|
|
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"
|
26 |
)
|
27 |
|
28 |
if __name__ == "__main__":
|