Update app.py
Browse filesuse broom as icon (for clean up texts)
app.py
CHANGED
|
@@ -41,7 +41,7 @@ with gr.Blocks(title="Solr Normalization Demo") as demo:
|
|
| 41 |
|
| 42 |
gr.Markdown(
|
| 43 |
"""
|
| 44 |
-
#
|
| 45 |
|
| 46 |
**Solr normalization** is meant to demonstrate how text is normalized in the **Impresso** project.
|
| 47 |
This pipeline replicates Solr's text processing functionality, showing how text goes through various
|
|
|
|
| 41 |
|
| 42 |
gr.Markdown(
|
| 43 |
"""
|
| 44 |
+
# 🧹 Solr Normalization Pipeline Demo
|
| 45 |
|
| 46 |
**Solr normalization** is meant to demonstrate how text is normalized in the **Impresso** project.
|
| 47 |
This pipeline replicates Solr's text processing functionality, showing how text goes through various
|