Nymbo commited on
Commit
6f1cd1d
·
verified ·
1 Parent(s): 9e80eb2

Update app.py

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