minnehwg commited on
Commit
788400e
·
verified ·
1 Parent(s): 5f27e83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -39,7 +39,8 @@ demo = gr.Interface(
39
  inputs=gr.Textbox(lines=2, placeholder="Enter URL..."),
40
  outputs=gr.HTML(label="Results"),
41
  title="Summarizer",
42
- description="Enter the URL '.'"
 
43
  )
44
 
45
 
 
39
  inputs=gr.Textbox(lines=2, placeholder="Enter URL..."),
40
  outputs=gr.HTML(label="Results"),
41
  title="Summarizer",
42
+ description="Enter the URL:",
43
+ css=css
44
  )
45
 
46