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

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 a news article based on a given topic and displays a summary of that article')
35
 
36
  iface.launch(debug=True)
31
  title = 'Instant short News app with Gradio',
32
  theme = 'peach',
33
  layout = 'horizontal',
34
+ description = 'This app fetches a latest news article from the Internet based on the given search and displays a summary of that article')
35
 
36
  iface.launch(debug=True)