DexterSptizu commited on
Commit
3bced4f
·
verified ·
1 Parent(s): 2c871b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,7 +42,8 @@ def load_example(example_name):
42
 
43
  # Create Gradio interface
44
  with gr.Blocks(title="Keyword Extraction Tool") as demo:
45
- gr.Markdown("# 🎯 Smart Keyword Extraction")
 
46
  gr.Markdown("Extract key phrases from text using TextRank algorithm")
47
 
48
  with gr.Row():
 
42
 
43
  # Create Gradio interface
44
  with gr.Blocks(title="Keyword Extraction Tool") as demo:
45
+ gr.Markdown("# 🎯 Keyword Extraction using Summa")
46
+ gr.Markdown("**Developed by : Venugopal Adep**")
47
  gr.Markdown("Extract key phrases from text using TextRank algorithm")
48
 
49
  with gr.Row():