DexterSptizu commited on
Commit
05dc10b
·
verified ·
1 Parent(s): dc1f625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -77,7 +77,8 @@ def load_example(example_name):
77
 
78
  # Create Gradio interface
79
  with gr.Blocks(title="Keyword Extraction Tool") as demo:
80
- gr.Markdown("# 🔍 Advanced NLP Keyword Extraction")
 
81
  gr.Markdown("Extract keywords using spaCy's natural language processing")
82
 
83
  with gr.Row():
 
77
 
78
  # Create Gradio interface
79
  with gr.Blocks(title="Keyword Extraction Tool") as demo:
80
+ gr.Markdown("# 🔍 Keyword extraction using Spacy")
81
+ gr.Markdown("**Developed by : Venugopal Adep**")
82
  gr.Markdown("Extract keywords using spaCy's natural language processing")
83
 
84
  with gr.Row():