simon-clmtd commited on
Commit
64f0f95
·
verified ·
1 Parent(s): 16b3687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("📝 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
 
 
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