Arhashmi commited on
Commit
8737388
1 Parent(s): 7b23c0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ iface = gr.Interface(
298
  inputs=gr.Textbox(),
299
  outputs=gr.Textbox(),
300
  live=True,
301
- title="Key Extraction By Daniyal Tabish",
302
  description="Enter a word to get the definition of its first WordNet synset.",
303
  )
304
 
 
298
  inputs=gr.Textbox(),
299
  outputs=gr.Textbox(),
300
  live=True,
301
+ title="Key Extraction",
302
  description="Enter a word to get the definition of its first WordNet synset.",
303
  )
304