ansfarooq7 commited on
Commit
82bac73
1 Parent(s): 041a610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -204,7 +204,10 @@ def compare_summaries(topic):
204
  import gradio as gr
205
  description = "Generates limericks (five-line poems with a rhyme scheme of AABBA) via two different methods"
206
  article = '<center><big><strong>Limerick Generation</strong></big></center>'\
207
- '<center>By Ans Farooq</center>'\
 
 
 
208
  '<strong>Description</strong><br>'\
209
  'Recent advances in natural language processing (NLP) have shown '\
210
  'incredible promise at generating human-quality language. Poetry '\
 
204
  import gradio as gr
205
  description = "Generates limericks (five-line poems with a rhyme scheme of AABBA) via two different methods"
206
  article = '<center><big><strong>Limerick Generation</strong></big></center>'\
207
+ '<center><strong>By Ans Farooq</strong></center>'\
208
+ '<center><small>Level 4 Individual Project</small></center>'\
209
+ '<center><small>BSc Computing Science</small></center>'\
210
+ '<center><small>University of Glasgow</small></center>'\
211
  '<strong>Description</strong><br>'\
212
  'Recent advances in natural language processing (NLP) have shown '\
213
  'incredible promise at generating human-quality language. Poetry '\