rajesh1729 commited on
Commit
362a932
1 Parent(s): e077c15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ iface = Series(extractor, summarizer,
31
  title = 'Instant short News app with Gradio',
32
  theme = 'peach',
33
  layout = 'horizontal',
34
- description = 'It fetches the summarized version of a news article based on a given topic')
35
 
36
  iface.launch(debug=True)
 
31
  title = 'Instant short News app with Gradio',
32
  theme = 'peach',
33
  layout = 'horizontal',
34
+ description = 'It fetches a news article based on a given topic and displays a summary of that article')
35
 
36
  iface.launch(debug=True)