rajesh1729 commited on
Commit
04e2040
·
1 Parent(s): 4ecc590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -29,8 +29,9 @@ iface = Series(extractor, summarizer,
29
  label = 'Enter URL below'
30
  ),
31
  outputs = 'text',
32
- title = 'News Summarizer',
33
- theme = 'grass',
34
- layout = 'horizontal')
 
35
 
36
  iface.launch(debug=True)
 
29
  label = 'Enter URL below'
30
  ),
31
  outputs = 'text',
32
+ title = 'Real time short News app',
33
+ theme = 'peach',
34
+ layout = 'horizontal',
35
+ description = 'It fetches the summarised version of a news article based on a given topic')
36
 
37
  iface.launch(debug=True)