Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|