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