Update app.py
Browse files
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("# 🎯
|
|
|
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():
|