Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ with gr.Blocks(title="Solr Normalization Demo") as demo:
|
|
| 90 |
|
| 91 |
|
| 92 |
# Info modal/accordion for pipeline details
|
| 93 |
-
with gr.Accordion("
|
| 94 |
gr.Markdown("""
|
| 95 |
This pipeline mirrors the standard **Solr analyzer sequence** used in the Impresso project’s indexing infrastructure. It helps interpret how raw text is processed before being indexed.
|
| 96 |
|
|
|
|
| 90 |
|
| 91 |
|
| 92 |
# Info modal/accordion for pipeline details
|
| 93 |
+
with gr.Accordion("ℹ️ Help", open=False, visible=False) as info_accordion:
|
| 94 |
gr.Markdown("""
|
| 95 |
This pipeline mirrors the standard **Solr analyzer sequence** used in the Impresso project’s indexing infrastructure. It helps interpret how raw text is processed before being indexed.
|
| 96 |
|